diff options
| author | David <daullmer@gmail.com> | 2020-07-12 11:14:38 +0200 |
|---|---|---|
| committer | David <daullmer@gmail.com> | 2020-07-19 19:03:48 +0200 |
| commit | 3514813eb4eda997a0ea722cc2ed41979419c6dd (patch) | |
| tree | 7c126a3a6a8145cff975d1097994bcd0051ca454 /Emby.Server.Implementations | |
| parent | 2328ec59c92bbf3e2846f9b0f307f10ad0d958c6 (diff) | |
Continute work
Diffstat (limited to 'Emby.Server.Implementations')
| -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 25ee7e9ec..c177537b8 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -46,6 +46,7 @@ using Emby.Server.Implementations.Session; using Emby.Server.Implementations.TV; using Emby.Server.Implementations.Updates; using Emby.Server.Implementations.SyncPlay; +using Jellyfin.Api.Helpers; using MediaBrowser.Api; using MediaBrowser.Common; using MediaBrowser.Common.Configuration; @@ -637,6 +638,8 @@ namespace Emby.Server.Implementations serviceCollection.AddSingleton<EncodingHelper>(); serviceCollection.AddSingleton<IAttachmentExtractor, MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor>(); + + serviceCollection.AddSingleton<TranscodingJobHelper>(); } /// <summary> |
