mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update schema version in startup wizard
This commit is contained in:
parent
1c28dcc78b
commit
e9b0b3d2ae
@ -112,6 +112,7 @@ namespace MediaBrowser.Api
|
||||
config.EnableCustomPathSubFolders = true;
|
||||
config.EnableStandaloneMusicKeys = true;
|
||||
config.EnableCaseSensitiveItemIds = true;
|
||||
config.SchemaVersion = 79;
|
||||
}
|
||||
|
||||
public void Post(UpdateStartupConfiguration request)
|
||||
|
Loading…
x
Reference in New Issue
Block a user