소스 검색

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;