mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-14 18:23:11 +01:00
remove IChannelItem interface
This commit is contained in:
@@ -282,7 +282,7 @@ namespace MediaBrowser.Server.Implementations.EntryPoints
|
||||
return false;
|
||||
}
|
||||
|
||||
return !(item is IChannelItem) && !(item is ILiveTvItem);
|
||||
return item.SourceType == SourceType.Library;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user