mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-18 03:19:06 -07:00
12 lines
279 B
C#
12 lines
279 B
C#
using Microsoft.AspNetCore.Authorization;
|
|
|
|
namespace Jellyfin.Api.Auth.IgnoreParentalControlPolicy
|
|
{
|
|
/// <summary>
|
|
/// Escape schedule controls requirement.
|
|
/// </summary>
|
|
public class IgnoreParentalControlRequirement : IAuthorizationRequirement
|
|
{
|
|
}
|
|
}
|