mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 05:48:47 +01:00
remove IChannelItem interface
This commit is contained in:
@@ -347,11 +347,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
|
||||
private void RegisterItem(Guid id, BaseItem item)
|
||||
{
|
||||
if (item is LiveTvProgram)
|
||||
{
|
||||
return;
|
||||
}
|
||||
if (item is IChannelItem)
|
||||
if (item.SourceType != SourceType.Library)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user