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.Server.Startup.Common/ApplicationHost.cs | |
| parent | a0fa1b5f8f2a67c0a3f8cafce20540cb5349f89d (diff) | |
rework collection editor
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/ApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index ad2cd96b6..b55e727d6 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -790,7 +790,7 @@ namespace MediaBrowser.Server.Startup.Common SessionManager.AddParts(GetExports<ISessionControllerFactory>()); - ChannelManager.AddParts(GetExports<IChannel>(), GetExports<IChannelFactory>()); + ChannelManager.AddParts(GetExports<IChannel>()); MediaSourceManager.AddParts(GetExports<IMediaSourceProvider>()); |
