mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
set default list values
This commit is contained in:
@@ -32,6 +32,9 @@ namespace MediaBrowser.Controller.Entities
|
|||||||
People = new List<PersonInfo>();
|
People = new List<PersonInfo>();
|
||||||
CriticReviews = new List<ItemReview>();
|
CriticReviews = new List<ItemReview>();
|
||||||
Taglines = new List<string>();
|
Taglines = new List<string>();
|
||||||
|
ScreenshotImagePaths = new List<string>();
|
||||||
|
BackdropImagePaths = new List<string>();
|
||||||
|
ProductionLocations = new List<string>();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user