Fixed payload for new user creation.

This commit is contained in:
2022-07-31 12:10:40 +12:00
parent 025cbf081b
commit 6e882b1f58

View File

@ -40,6 +40,5 @@
"RemoteClientBitrateLimit": 0, "RemoteClientBitrateLimit": 0,
"AuthenticationProviderId": "Jellyfin.Server.Implementations.Users.DefaultAuthenticationProvider", "AuthenticationProviderId": "Jellyfin.Server.Implementations.Users.DefaultAuthenticationProvider",
"PasswordResetProviderId": "Jellyfin.Server.Implementations.Users.DefaultPasswordResetProvider", "PasswordResetProviderId": "Jellyfin.Server.Implementations.Users.DefaultPasswordResetProvider",
"SyncPlayAccess": "None", "SyncPlayAccess": "None"
"newPolicy": true
} }