mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 15:33:09 +01:00
Fixed after accepting suggestion.
This commit is contained in:
parent
0db5df86df
commit
af027b6283
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ namespace Jellyfin.Server.Extensions
|
|||
policy.AddRequirements(new SyncPlayAccessRequirement(SyncPlayAccessRequirementType.IsInGroup));
|
||||
});
|
||||
options.AddPolicy(
|
||||
Policies.NetworkAccessPolicy,
|
||||
Policies.LocalNetworkAccessPolicy,
|
||||
policy =>
|
||||
{
|
||||
policy.AddAuthenticationSchemes(AuthenticationSchemes.CustomAuthentication);
|
||||
|
|
|
|||
Loading…
Reference in a new issue