mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
update collections
This commit is contained in:
@@ -908,12 +908,6 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
dto.DisplayMediaType = item.DisplayMediaType;
|
||||
}
|
||||
|
||||
// Leave null if false
|
||||
if (item.IsUnidentified)
|
||||
{
|
||||
dto.IsUnidentified = item.IsUnidentified;
|
||||
}
|
||||
|
||||
if (fields.Contains(ItemFields.Settings))
|
||||
{
|
||||
dto.LockedFields = item.LockedFields;
|
||||
|
||||
Reference in New Issue
Block a user