diff options
| author | Patrick Barron <barronpm@gmail.com> | 2023-01-27 18:46:54 -0500 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2023-01-27 18:46:54 -0500 |
| commit | f7ec85d7a0d30619721d13064437993d2f3a86d4 (patch) | |
| tree | c41cdbd16d7653b480b41de387871732e101ed1f /MediaBrowser.Controller/Channels | |
| parent | 4f81f4daaa77ac58381a95f1fd32fecd4e0a7d2b (diff) | |
Use dependency injection for IChannel
Diffstat (limited to 'MediaBrowser.Controller/Channels')
| -rw-r--r-- | MediaBrowser.Controller/Channels/IChannelManager.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/Channels/IChannelManager.cs b/MediaBrowser.Controller/Channels/IChannelManager.cs index 49be897ef..e392a3493 100644 --- a/MediaBrowser.Controller/Channels/IChannelManager.cs +++ b/MediaBrowser.Controller/Channels/IChannelManager.cs @@ -16,12 +16,6 @@ namespace MediaBrowser.Controller.Channels public interface IChannelManager { /// <summary> - /// Adds the parts. - /// </summary> - /// <param name="channels">The channels.</param> - void AddParts(IEnumerable<IChannel> channels); - - /// <summary> /// Gets the channel features. /// </summary> /// <param name="id">The identifier.</param> |
