adjust default provider order

This commit is contained in:
Luke Pulverenti
2017-10-05 14:10:07 -04:00
parent fd621bbc52
commit 51ca72ab5d
10 changed files with 27 additions and 14 deletions

View File

@@ -95,6 +95,7 @@ namespace MediaBrowser.Api
config.EnableSimpleArtistDetection = true;
config.EnableNormalizedItemByNameIds = true;
config.DisableLiveTvChannelUserDataName = true;
config.EnableNewOmdbSupport = true;
}
public void Post(UpdateStartupConfiguration request)