mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
add dynamic images
This commit is contained in:
@@ -34,7 +34,7 @@ namespace MediaBrowser.Server.Implementations.Photos
|
||||
return item is T;
|
||||
}
|
||||
|
||||
public IEnumerable<ImageType> GetSupportedImages(IHasImages item)
|
||||
public virtual IEnumerable<ImageType> GetSupportedImages(IHasImages item)
|
||||
{
|
||||
return new List<ImageType>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user