diff options
| author | Patrick Barron <18354464+barronpm@users.noreply.github.com> | 2020-08-19 21:45:31 +0000 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2020-08-19 18:11:17 -0400 |
| commit | 98ed90c4a2d94dc75c4c284d695e752ee3c882d5 (patch) | |
| tree | f5d2163c6611b37f13d115c8b38ed424eb066801 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | ee7beed804a23e1f4ef180ab17a0c99b47401caa (diff) | |
| parent | 634ee2d1e913277ea8f419aca9d91a8e58426642 (diff) | |
Merge branch 'master' into event-rewrite-1
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 34818f12d..cb63cc85e 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -635,6 +635,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> |
