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
commit 89ef8d79d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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