diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-27 13:09:48 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-27 13:09:48 -0400 |
| commit | 680ffeebf7bc4b5f07daa360ba4b89526cd2db9f (patch) | |
| tree | 6871c5f64731539aaeee14ac3f8f6d97b807f6ee /MediaBrowser.Controller/Channels/IChannelManager.cs | |
| parent | 4c87979cac4df6560145b96d440aeba967466951 (diff) | |
updated nuget
Diffstat (limited to 'MediaBrowser.Controller/Channels/IChannelManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Channels/IChannelManager.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Channels/IChannelManager.cs b/MediaBrowser.Controller/Channels/IChannelManager.cs index 9ffe43827..4c2d665e5 100644 --- a/MediaBrowser.Controller/Channels/IChannelManager.cs +++ b/MediaBrowser.Controller/Channels/IChannelManager.cs @@ -17,6 +17,13 @@ namespace MediaBrowser.Controller.Channels void AddParts(IEnumerable<IChannel> channels, IEnumerable<IChannelFactory> factories); /// <summary> + /// Gets the channel features. + /// </summary> + /// <param name="id">The identifier.</param> + /// <returns>ChannelFeatures.</returns> + ChannelFeatures GetChannelFeatures(string id); + + /// <summary> /// Gets the channel. /// </summary> /// <param name="id">The identifier.</param> |
