support display of channel images

This commit is contained in:
Luke Pulverenti
2013-11-24 16:30:38 -05:00
parent 7b6819846d
commit 01a9c07dd8
7 changed files with 98 additions and 37 deletions

View File

@@ -37,9 +37,8 @@ namespace MediaBrowser.Controller.LiveTv
/// <summary>
/// Gets the channel.
/// </summary>
/// <param name="serviceName">Name of the service.</param>
/// <param name="channelId">The channel identifier.</param>
/// <param name="id">The identifier.</param>
/// <returns>Channel.</returns>
Channel GetChannel(string serviceName, string channelId);
Channel GetChannel(string id);
}
}