diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-09-15 23:55:26 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-09-15 23:55:26 -0400 |
| commit | a2c371ec60f8da649887f72d9ee38a8f3a85365a (patch) | |
| tree | 52812007bf486540179fbd75734a68c64b66af3f /MediaBrowser.Controller/Channels/IChannelManager.cs | |
| parent | a0fa1b5f8f2a67c0a3f8cafce20540cb5349f89d (diff) | |
rework collection editor
Diffstat (limited to 'MediaBrowser.Controller/Channels/IChannelManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Channels/IChannelManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Channels/IChannelManager.cs b/MediaBrowser.Controller/Channels/IChannelManager.cs index 8d3e0f596..fec550df8 100644 --- a/MediaBrowser.Controller/Channels/IChannelManager.cs +++ b/MediaBrowser.Controller/Channels/IChannelManager.cs @@ -16,7 +16,7 @@ namespace MediaBrowser.Controller.Channels /// </summary> /// <param name="channels">The channels.</param> /// <param name="factories">The factories.</param> - void AddParts(IEnumerable<IChannel> channels, IEnumerable<IChannelFactory> factories); + void AddParts(IEnumerable<IChannel> channels); /// <summary> /// Gets the channel download path. |
