deprecate localized guids config switch

This commit is contained in:
Luke Pulverenti
2017-10-26 23:49:56 -04:00
parent 88caeaa783
commit ca2e7a4195
6 changed files with 2 additions and 23 deletions

View File

@@ -91,7 +91,6 @@ namespace MediaBrowser.Api
{
config.EnableCaseSensitiveItemIds = true;
config.SkipDeserializationForBasicTypes = true;
config.EnableLocalizedGuids = true;
config.EnableSimpleArtistDetection = true;
config.EnableNormalizedItemByNameIds = true;
config.DisableLiveTvChannelUserDataName = true;