diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-01-21 20:26:30 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-01-21 20:26:30 +0100 |
| commit | ddf9b38799fa4a0e227ae3c2516a72ec48f13854 (patch) | |
| tree | af1c9abdff0b91026c7917e0e966efcd139f41fa /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | d4de78693fcaf97aa5a94124b35e4d6145bdfa55 (diff) | |
Simplify image processing by removing image enhancers
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 0bb1d832fb..4f47874439 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -1074,8 +1074,6 @@ namespace Emby.Server.Implementations GetExports<IMetadataSaver>(), GetExports<IExternalId>()); - ImageProcessor.ImageEnhancers = GetExports<IImageEnhancer>(); - LiveTvManager.AddParts(GetExports<ILiveTvService>(), GetExports<ITunerHost>(), GetExports<IListingsProvider>()); SubtitleManager.AddParts(GetExports<ISubtitleProvider>()); |
