mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-13 03:00:25 +01:00
Update to use SupportsMediaControl
This commit is contained in:
@@ -82,14 +82,6 @@ namespace MediaBrowser.Providers.Manager
|
||||
{
|
||||
saveLocally = true;
|
||||
}
|
||||
if (item is IItemByName)
|
||||
{
|
||||
var hasDualAccess = item as IHasDualAccess;
|
||||
if (hasDualAccess == null || hasDualAccess.IsAccessedByName)
|
||||
{
|
||||
saveLocally = true;
|
||||
}
|
||||
}
|
||||
|
||||
if (type != ImageType.Primary && item is Episode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user