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 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 4f81f4daaa77ac58381a95f1fd32fecd4e0a7d2b (diff) | |
Use dependency injection for IChannel
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index be4845c29..3527e4048 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -728,8 +728,6 @@ namespace Emby.Server.Implementations Resolve<ILiveTvManager>().AddParts(GetExports<ILiveTvService>(), GetExports<ITunerHost>(), GetExports<IListingsProvider>()); - Resolve<IChannelManager>().AddParts(GetExports<IChannel>()); - Resolve<IMediaSourceManager>().AddParts(GetExports<IMediaSourceProvider>()); Resolve<INotificationManager>().AddParts(GetExports<INotificationService>(), GetExports<INotificationTypeFactory>()); |
