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
dd36985549
commit
23e3a6caec
@ -114,6 +114,7 @@ namespace MediaBrowser.Api
|
||||
config.EnableDateLastRefresh = true;
|
||||
config.EnableStandaloneMusicKeys = true;
|
||||
config.EnableCaseSensitiveItemIds = true;
|
||||
config.SchemaVersion = 79;
|
||||
}
|
||||
|
||||
public void Post(UpdateStartupConfiguration request)
|
||||
|
Loading…
x
Reference in New Issue
Block a user