mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-24 20:18:07 +00:00
update schema version in startup wizard
This commit is contained in:
@@ -112,6 +112,7 @@ namespace MediaBrowser.Api
|
||||
config.EnableCustomPathSubFolders = true;
|
||||
config.EnableStandaloneMusicKeys = true;
|
||||
config.EnableCaseSensitiveItemIds = true;
|
||||
config.SchemaVersion = 79;
|
||||
}
|
||||
|
||||
public void Post(UpdateStartupConfiguration request)
|
||||
|
||||
Reference in New Issue
Block a user