set default list values

This commit is contained in:
Luke Pulverenti 2013-04-30 10:51:34 -04:00
parent 97b253b5b9
commit 93f3d11df4

View File

@ -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>