mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
set default values
This commit is contained in:
parent
f651d981ea
commit
66ce8b4aac
@ -40,6 +40,8 @@ namespace MediaBrowser.Controller.Entities
|
|||||||
ThemeSongIds = new List<Guid>();
|
ThemeSongIds = new List<Guid>();
|
||||||
ThemeVideoIds = new List<Guid>();
|
ThemeVideoIds = new List<Guid>();
|
||||||
LocalTrailerIds = new List<Guid>();
|
LocalTrailerIds = new List<Guid>();
|
||||||
|
LockedFields = new List<MetadataFields>();
|
||||||
|
LockedImages = new List<ImageType>();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user