diff options
| author | Patrick Barron <barronpm@gmail.com> | 2024-01-17 12:35:48 -0500 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2024-02-02 20:13:24 -0500 |
| commit | 34269dee581b095fe63251aa0ffc1360375c989b (patch) | |
| tree | 697a1d500d469e3bb69679202e3c37b312296a5c /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 775b7eadef0e36f88f9b4424ac3cd924406b38ca (diff) | |
Use DI for ILiveTvService
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 84189f7f5..d268a6ba8 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -695,8 +695,6 @@ namespace Emby.Server.Implementations GetExports<IMetadataSaver>(), GetExports<IExternalId>()); - Resolve<ILiveTvManager>().AddParts(GetExports<ILiveTvService>()); - Resolve<IMediaSourceManager>().AddParts(GetExports<IMediaSourceProvider>()); } |
