aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels
diff options
context:
space:
mode:
authorPatrick Barron <barronpm@gmail.com>2023-01-27 18:46:54 -0500
committerPatrick Barron <barronpm@gmail.com>2023-01-27 18:46:54 -0500
commitf7ec85d7a0d30619721d13064437993d2f3a86d4 (patch)
treec41cdbd16d7653b480b41de387871732e101ed1f /MediaBrowser.Controller/Channels
parent4f81f4daaa77ac58381a95f1fd32fecd4e0a7d2b (diff)
Use dependency injection for IChannel
Diffstat (limited to 'MediaBrowser.Controller/Channels')
-rw-r--r--MediaBrowser.Controller/Channels/IChannelManager.cs6
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>