Explorar o código

set default list values

Luke Pulverenti %!s(int64=12) %!d(string=hai) anos
pai
achega
93f3d11df4
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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>