Updated newuser payload with environment vars for virtual folder ids.

This commit is contained in:
2022-07-31 11:50:53 +12:00
parent 0ccc021b43
commit 025cbf081b

View File

@ -26,9 +26,9 @@
"EnabledChannels": [], "EnabledChannels": [],
"EnableAllChannels": false, "EnableAllChannels": false,
"EnabledFolders": [ "EnabledFolders": [
"Movies", "${movies_id}",
"Music", "${music_id}",
"Shows" "${shows_id}"
], ],
"EnableAllFolders": false, "EnableAllFolders": false,
"InvalidLoginAttemptCount": 0, "InvalidLoginAttemptCount": 0,
@ -40,5 +40,6 @@
"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
} }