mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-10 00:02:56 +01:00
remove IChannelMediaItem interface
This commit is contained in:
@@ -13,7 +13,7 @@ using System.Threading;
|
||||
|
||||
namespace MediaBrowser.Controller.Channels
|
||||
{
|
||||
public class ChannelVideoItem : Video, IChannelMediaItem, IHasLookupInfo<ChannelItemLookupInfo>
|
||||
public class ChannelVideoItem : Video, IHasLookupInfo<ChannelItemLookupInfo>
|
||||
{
|
||||
public ChannelMediaContentType ContentType { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user