diff options
| author | Patrick Barron <barronpm@gmail.com> | 2023-01-27 18:41:10 -0500 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2023-01-27 18:41:10 -0500 |
| commit | 4f81f4daaa77ac58381a95f1fd32fecd4e0a7d2b (patch) | |
| tree | c7a70857be92e4d500fb22ff24e10a266c25f6e2 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 8898012121e99e23c0507e396d6a9330fb80831d (diff) | |
Use depencency injection for ISubtitleProvider
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 2e7386bf3..be4845c29 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<ISubtitleManager>().AddParts(GetExports<ISubtitleProvider>()); - Resolve<IChannelManager>().AddParts(GetExports<IChannel>()); Resolve<IMediaSourceManager>().AddParts(GetExports<IMediaSourceProvider>()); |
