mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-13 04:23:01 +03:00
11 lines
240 B
C#
11 lines
240 B
C#
using Microsoft.AspNetCore.Authorization;
|
|
|
|
namespace Jellyfin.Api.Auth.LiveTvManagementPolicy;
|
|
|
|
/// <summary>
|
|
/// The LiveTV management requirement.
|
|
/// </summary>
|
|
public class LiveTvManagementRequirement : IAuthorizationRequirement
|
|
{
|
|
}
|