Merge pull request #3465 from BaronGreenback/BugFix2

10.6.0.0 Null Pointer fix
pull/3469/head
Bond-009 4 years ago committed by GitHub
commit 89ef8d79d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save