mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
Fixed after accepting suggestion.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user