Преглед изворни кода

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

BaronGreenback пре 5 година
родитељ
комит
2f4860741c
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      MediaBrowser.Model/Configuration/ServerConfiguration.cs

+ 2 - 0
MediaBrowser.Model/Configuration/ServerConfiguration.cs

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