mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 04:48:27 +01:00
added LockedFields to BaseItem
This commit is contained in:
@@ -233,6 +233,12 @@ namespace MediaBrowser.Controller.Dto
|
||||
dto.DisplayMediaType = item.DisplayMediaType;
|
||||
}
|
||||
|
||||
if (fields.Contains(ItemFields.LockedFields))
|
||||
{
|
||||
dto.LockedFields = item.LockedFields;
|
||||
dto.LockedImages = item.LockedImages;
|
||||
}
|
||||
|
||||
if (fields.Contains(ItemFields.Budget))
|
||||
{
|
||||
dto.Budget = item.Budget;
|
||||
|
||||
Reference in New Issue
Block a user