Merge pull request #3465 from BaronGreenback/BugFix2

10.6.0.0 Null Pointer fix
This commit is contained in:
Bond-009
2020-06-27 20:43:37 +02:00
committed by GitHub

View File

@@ -269,6 +269,8 @@ namespace MediaBrowser.Model.Configuration
EnableSimpleArtistDetection = false;
SkipDeserializationForBasicTypes = true;
PluginRepositories = new List<RepositoryInfo>();
DisplaySpecialsWithinSeasons = true;
EnableExternalContentInSuggestions = true;