mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Fix xmldoc
This commit is contained in:
parent
6637a3096a
commit
a60a1ab89b
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ using Microsoft.AspNetCore.Http;
|
|||
namespace Jellyfin.Api.Auth.AnonymousLanAccessPolicy
|
||||
{
|
||||
/// <summary>
|
||||
/// Local access handler.
|
||||
/// LAN access handler. Allows anonymous users.
|
||||
/// </summary>
|
||||
public class AnonymousLanAccessHandler : AuthorizationHandler<AnonymousLanAccessRequirement>
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@ using Microsoft.AspNetCore.Authorization;
|
|||
namespace Jellyfin.Api.Auth.AnonymousLanAccessPolicy
|
||||
{
|
||||
/// <summary>
|
||||
/// The local network authorization requirement.
|
||||
/// The local network authorization requirement. Allows anonymous users.
|
||||
/// </summary>
|
||||
public class AnonymousLanAccessRequirement : IAuthorizationRequirement
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue