diff options
| author | 1hitsong <3330318+1hitsong@users.noreply.github.com> | 2022-09-17 10:55:04 -0400 |
|---|---|---|
| committer | 1hitsong <3330318+1hitsong@users.noreply.github.com> | 2022-09-17 10:55:04 -0400 |
| commit | 29932466a9e75f9cf54332be9bb9d39dce238d07 (patch) | |
| tree | 024a212a188e2fdd80ff13387abc9a0cb5276570 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 7d886116fd3b617cae6884a33b8b545358fa6289 (diff) | |
Remove commented out code
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 5edc25952..3c3c90e61 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -789,7 +789,6 @@ namespace Emby.Server.Implementations Resolve<ILiveTvManager>().AddParts(GetExports<ILiveTvService>(), GetExports<ITunerHost>(), GetExports<IListingsProvider>()); Resolve<ISubtitleManager>().AddParts(GetExports<ISubtitleProvider>()); - //Resolve<ILyricManager>().AddParts(GetExports<ILyricProvider>()); Resolve<IChannelManager>().AddParts(GetExports<IChannel>()); |
