aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
diff options
context:
space:
mode:
author1hitsong <3330318+1hitsong@users.noreply.github.com>2022-09-16 20:52:40 -0400
committer1hitsong <3330318+1hitsong@users.noreply.github.com>2022-09-16 20:52:40 -0400
commitf740d1b9f00d91bfad970f56abed67d8c8c16c9c (patch)
tree1e82a195e7e3f74406765dfb64b6d6c30e843d2a /Emby.Server.Implementations
parentf4fd908f8d7ffcdea6acaf75928f6c2960ed6338 (diff)
Remove use of AddParts. Cleanup use of Lyric vs Lyrics.
Diffstat (limited to 'Emby.Server.Implementations')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index 409fc04b1..5edc25952 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -789,7 +789,7 @@ namespace Emby.Server.Implementations
Resolve<ILiveTvManager>().AddParts(GetExports<ILiveTvService>(), GetExports<ITunerHost>(), GetExports<IListingsProvider>());
Resolve<ISubtitleManager>().AddParts(GetExports<ISubtitleProvider>());
- Resolve<ILyricManager>().AddParts(GetExports<ILyricProvider>());
+ //Resolve<ILyricManager>().AddParts(GetExports<ILyricProvider>());
Resolve<IChannelManager>().AddParts(GetExports<IChannel>());