2020-06-15 18:49:54 +00:00
|
|
|
|
using Microsoft.AspNetCore.Authorization;
|
|
|
|
|
|
2020-08-06 14:17:45 +00:00
|
|
|
|
namespace Jellyfin.Api.Auth.IgnoreParentalControlPolicy
|
2020-06-15 18:49:54 +00:00
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Escape schedule controls requirement.
|
|
|
|
|
/// </summary>
|
2020-08-06 14:17:45 +00:00
|
|
|
|
public class IgnoreParentalControlRequirement : IAuthorizationRequirement
|
2020-06-15 18:49:54 +00:00
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|