aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2024-02-03 08:25:25 -0700
committerGitHub <noreply@github.com>2024-02-03 08:25:25 -0700
commitccfc85af11462c2df2514d34f76d1e0aa4f7da6e (patch)
treed861766fec886845baabf0c479bf930ea798a648 /Emby.Server.Implementations/ApplicationHost.cs
parent1e955c4347fc919dc6944dd526337c56b8803dc6 (diff)
parent34269dee581b095fe63251aa0ffc1360375c989b (diff)
Merge pull request #10951 from barronpm/livetv-di
Live TV DI
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index 5870fed76..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>(), GetExports<IListingsProvider>());
-
Resolve<IMediaSourceManager>().AddParts(GetExports<IMediaSourceProvider>());
}