mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 18:14:42 +01:00
update video osd
This commit is contained in:
@@ -1512,7 +1512,8 @@ namespace Emby.Server.Implementations.Dto
|
||||
return artist;
|
||||
}
|
||||
}
|
||||
return item.GetParent();
|
||||
|
||||
return item.DisplayParent ?? item.GetParent();
|
||||
}
|
||||
|
||||
private void AddInheritedImages(BaseItemDto dto, BaseItem item, DtoOptions options, BaseItem owner)
|
||||
|
||||
Reference in New Issue
Block a user