From 01a9c07dd8bef8bb5d3abef4113d0449601b9ce5 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 24 Nov 2013 16:30:38 -0500 Subject: support display of channel images --- MediaBrowser.Controller/LiveTv/ILiveTvManager.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'MediaBrowser.Controller') diff --git a/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs b/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs index 8535ac996..5ec2f2c4a 100644 --- a/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs +++ b/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs @@ -37,9 +37,8 @@ namespace MediaBrowser.Controller.LiveTv /// /// Gets the channel. /// - /// Name of the service. - /// The channel identifier. + /// The identifier. /// Channel. - Channel GetChannel(string serviceName, string channelId); + Channel GetChannel(string id); } } -- cgit v1.2.3