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": [],
"EnableAllChannels": false,
"EnabledFolders": [
"Movies",
"Music",
"Shows"
"${movies_id}",
"${music_id}",
"${shows_id}"
],
"EnableAllFolders": false,
"InvalidLoginAttemptCount": 0,
@ -40,5 +40,6 @@
"RemoteClientBitrateLimit": 0,
"AuthenticationProviderId": "Jellyfin.Server.Implementations.Users.DefaultAuthenticationProvider",
"PasswordResetProviderId": "Jellyfin.Server.Implementations.Users.DefaultPasswordResetProvider",
"SyncPlayAccess": "None"
"SyncPlayAccess": "None",
"newPolicy": true
}