Use dependency injection for IChannel

This commit is contained in:
Patrick Barron
2023-01-27 18:46:54 -05:00
parent 4f81f4daaa
commit f7ec85d7a0
3 changed files with 7 additions and 18 deletions

View File

@@ -15,12 +15,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>