diff options
| author | Cody Robibero <cody@robibe.ro> | 2024-02-03 08:25:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-03 08:25:25 -0700 |
| commit | ccfc85af11462c2df2514d34f76d1e0aa4f7da6e (patch) | |
| tree | d861766fec886845baabf0c479bf930ea798a648 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 1e955c4347fc919dc6944dd526337c56b8803dc6 (diff) | |
| parent | 34269dee581b095fe63251aa0ffc1360375c989b (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.cs | 2 |
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>()); } |
