diff options
| author | Patrick Barron <barronpm@gmail.com> | 2024-01-09 11:57:55 -0500 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2024-01-09 11:57:55 -0500 |
| commit | 41de6d17411a3e5cb962da06c18ffb2a69b40849 (patch) | |
| tree | 21fd8865ddb776aa524b409256be8e5fc1562108 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | c964ea23bf19246da647907051ce4ff88f2a599d (diff) | |
Move StreamHelper to LiveTv project
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 0b6f4178b..48d5d8c6a 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -502,8 +502,6 @@ namespace Emby.Server.Implementations serviceCollection.AddSingleton(_xmlSerializer); - serviceCollection.AddSingleton<IStreamHelper, StreamHelper>(); - serviceCollection.AddSingleton<ICryptoProvider, CryptographyProvider>(); serviceCollection.AddSingleton<ISocketFactory, SocketFactory>(); |
