aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-08-19 06:37:06 -0600
committercrobibero <cody@robibe.ro>2020-08-19 06:37:06 -0600
commitc5a9e8f8313d9feb9dd1f9d81aa8dced095f8c22 (patch)
tree58ce46362265521d373fc5a075b93c8bf9908659 /Emby.Server.Implementations/ApplicationHost.cs
parent7578dfac25316946d7a65123573d404d8965937d (diff)
parent634ee2d1e913277ea8f419aca9d91a8e58426642 (diff)
Merge remote-tracking branch 'upstream/master' into default-http-client
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index 0201ed7a3..99530bfbd 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -632,6 +632,9 @@ namespace Emby.Server.Implementations
serviceCollection.AddSingleton<IAttachmentExtractor, MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor>();
serviceCollection.AddSingleton<TranscodingJobHelper>();
+ serviceCollection.AddScoped<MediaInfoHelper>();
+ serviceCollection.AddScoped<AudioHelper>();
+ serviceCollection.AddScoped<DynamicHlsHelper>();
}
/// <summary>