mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
rework image providers
This commit is contained in:
@@ -26,6 +26,11 @@ namespace MediaBrowser.LocalMetadata.Images
|
||||
|
||||
public bool Supports(IHasImages item)
|
||||
{
|
||||
if (item is Photo)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!item.IsSaveLocalMetadataEnabled())
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user