Fixed after accepting suggestion.
This commit is contained in:
parent
0db5df86df
commit
af027b6283
|
@ -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 New Issue
Block a user