diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-11-24 16:30:38 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-11-24 16:30:38 -0500 |
| commit | 01a9c07dd8bef8bb5d3abef4113d0449601b9ce5 (patch) | |
| tree | b3ba4a8bdbaa9d14c8cbb0b545d6b491a25920e3 /MediaBrowser.Controller | |
| parent | 7b6819846d464c9e67335cfb6ab230702eb6ba1d (diff) | |
support display of channel images
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/ILiveTvManager.cs | 5 |
1 files changed, 2 insertions, 3 deletions
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 /// <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); } } |
