convert dependent controller functions to di helper class

This commit is contained in:
crobibero
2020-08-09 17:20:14 -06:00
parent 7b864e3a3c
commit 460c3dd351
8 changed files with 1512 additions and 1241 deletions

View File

@@ -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>