Move StreamHelper to LiveTv project

This commit is contained in:
Patrick Barron
2024-01-09 11:57:55 -05:00
parent c964ea23bf
commit 41de6d1741
3 changed files with 3 additions and 3 deletions

View File

@@ -502,8 +502,6 @@ namespace Emby.Server.Implementations
serviceCollection.AddSingleton(_xmlSerializer);
serviceCollection.AddSingleton<IStreamHelper, StreamHelper>();
serviceCollection.AddSingleton<ICryptoProvider, CryptographyProvider>();
serviceCollection.AddSingleton<ISocketFactory, SocketFactory>();