mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 10:14:14 -04:00
Update MediaBrowser.Controller/BaseItemManager/BaseItemManager.cs
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
This commit is contained in:
parent
64b32d3290
commit
e8b832ea18
@ -63,7 +63,7 @@ namespace MediaBrowser.Controller.BaseItemManager
|
|||||||
|
|
||||||
if (baseItem.SourceType == SourceType.Channel)
|
if (baseItem.SourceType == SourceType.Channel)
|
||||||
{
|
{
|
||||||
// hack alert
|
// Hack alert.
|
||||||
return !baseItem.EnableMediaSourceDisplay;
|
return !baseItem.EnableMediaSourceDisplay;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -83,4 +83,4 @@ namespace MediaBrowser.Controller.BaseItemManager
|
|||||||
return itemConfig == null || !itemConfig.DisabledImageFetchers.Contains(name, StringComparer.OrdinalIgnoreCase);
|
return itemConfig == null || !itemConfig.DisabledImageFetchers.Contains(name, StringComparer.OrdinalIgnoreCase);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user