diff options
| author | adrez99 <adrez99@gmail.com> | 2022-06-02 22:32:15 +0200 |
|---|---|---|
| committer | adrez99 <adrez99@gmail.com> | 2022-06-19 00:06:40 +0200 |
| commit | 72893da4d8fe90fd8e5c94a4a337c8d154751f42 (patch) | |
| tree | e0263fbea4634c127a689a0263055f25f372caef /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 8af9b84745eba04264a027b66acb1c263cc0cf4c (diff) | |
Use System.IO.Compression instead of SharpCompress for gzips
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 82294644b..e05f13d05 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -22,7 +22,6 @@ using Emby.Drawing; using Emby.Naming.Common; using Emby.Notifications; using Emby.Photos; -using Emby.Server.Implementations.Archiving; using Emby.Server.Implementations.Channels; using Emby.Server.Implementations.Collections; using Emby.Server.Implementations.Configuration; @@ -558,8 +557,6 @@ namespace Emby.Server.Implementations serviceCollection.AddSingleton<IInstallationManager, InstallationManager>(); - serviceCollection.AddSingleton<IZipClient, ZipClient>(); - serviceCollection.AddSingleton<IServerApplicationHost>(this); serviceCollection.AddSingleton(ApplicationPaths); |
