_config.Configuration.PluginRespositories not instantiated causing InstallationManager.cs to crash with a null pointer.

pull/3465/head
BaronGreenback 4 years ago
parent 57caa9fdba
commit 2f4860741c

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

Loading…
Cancel
Save