فهرست منبع

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>