소스 검색

set default list values

Luke Pulverenti 12 년 전
부모
커밋
93f3d11df4
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      MediaBrowser.Controller/Entities/BaseItem.cs

+ 3 - 0
MediaBrowser.Controller/Entities/BaseItem.cs

@@ -32,6 +32,9 @@ namespace MediaBrowser.Controller.Entities
             People = new List<PersonInfo>();
             CriticReviews = new List<ItemReview>();
             Taglines = new List<string>();
+            ScreenshotImagePaths = new List<string>();
+            BackdropImagePaths = new List<string>();
+            ProductionLocations = new List<string>();
         }
 
         /// <summary>