remove IChannelMediaItem interface

This commit is contained in:
Luke Pulverenti
2016-03-19 00:22:33 -04:00
parent 9e495d3886
commit cbac67b5ae
10 changed files with 44 additions and 52 deletions

View File

@@ -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; }