update startup wizard

This commit is contained in:
Luke Pulverenti 2016-07-01 12:14:17 -04:00
parent 0920c9b3a1
commit c100f0818c

View file

@ -117,7 +117,7 @@ namespace MediaBrowser.Api
config.EnableCustomPathSubFolders = true;
config.EnableStandaloneMusicKeys = true;
config.EnableCaseSensitiveItemIds = true;
config.EnableFolderView = true;
//config.EnableFolderView = true;
config.SchemaVersion = 97;
}