Преглед на файлове

_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;