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

Merge pull request #3465 from BaronGreenback/BugFix2

10.6.0.0 Null Pointer fix
Bond-009 преди 5 години
родител
ревизия
89ef8d79d6
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      MediaBrowser.Model/Configuration/ServerConfiguration.cs

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

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