From ad3c30c14535780fcbd11b049603991e8d3cfe9e Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 19 May 2014 15:51:56 -0400 Subject: support sending channel paging direct to the provider --- MediaBrowser.Controller/Channels/ChannelItemInfo.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'MediaBrowser.Controller/Channels/ChannelItemInfo.cs') diff --git a/MediaBrowser.Controller/Channels/ChannelItemInfo.cs b/MediaBrowser.Controller/Channels/ChannelItemInfo.cs index 948754e49e..66718d7cd6 100644 --- a/MediaBrowser.Controller/Channels/ChannelItemInfo.cs +++ b/MediaBrowser.Controller/Channels/ChannelItemInfo.cs @@ -1,4 +1,5 @@ using MediaBrowser.Controller.Entities; +using MediaBrowser.Model.Channels; using MediaBrowser.Model.Entities; using System; using System.Collections.Generic; -- cgit v1.2.3