From 6e882b1f582d3ec618965359056c94e3b4ed9bf9 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sun, 31 Jul 2022 12:10:40 +1200 Subject: [PATCH] Fixed payload for new user creation. --- jellyfin/config/newuser.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jellyfin/config/newuser.json b/jellyfin/config/newuser.json index 5a6f0c9..aec6aed 100644 --- a/jellyfin/config/newuser.json +++ b/jellyfin/config/newuser.json @@ -40,6 +40,5 @@ "RemoteClientBitrateLimit": 0, "AuthenticationProviderId": "Jellyfin.Server.Implementations.Users.DefaultAuthenticationProvider", "PasswordResetProviderId": "Jellyfin.Server.Implementations.Users.DefaultPasswordResetProvider", - "SyncPlayAccess": "None", - "newPolicy": true + "SyncPlayAccess": "None" }