mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
11 lines
252 B
C#
11 lines
252 B
C#
using Microsoft.AspNetCore.Authorization;
|
|
|
|
namespace Jellyfin.Api.Auth.DownloadPolicy
|
|
{
|
|
/// <summary>
|
|
/// The download permission requirement.
|
|
/// </summary>
|
|
public class DownloadRequirement : IAuthorizationRequirement
|
|
{
|
|
}
|
|
}
|