mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
consolidate interfaces
This commit is contained in:
@@ -12,7 +12,7 @@ namespace MediaBrowser.Controller.Drawing
|
||||
{
|
||||
public string ItemId { get; set; }
|
||||
public string ItemType { get; set; }
|
||||
public IHasImages Item { get; set; }
|
||||
public IHasMetadata Item { get; set; }
|
||||
|
||||
public ItemImageInfo Image { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user