denormalize seasonid

This commit is contained in:
Luke Pulverenti
2016-07-05 01:40:18 -04:00
parent 73e2b1f283
commit 2772d59559
11 changed files with 135 additions and 166 deletions

View File

@@ -117,7 +117,7 @@ namespace MediaBrowser.Api
config.EnableStandaloneMusicKeys = true;
config.EnableCaseSensitiveItemIds = true;
//config.EnableFolderView = true;
config.SchemaVersion = 99;
config.SchemaVersion = 100;
}
public void Post(UpdateStartupConfiguration request)