Merge pull request #3861 from crobibero/fixes

API Fixes
This commit is contained in:
Anthony Lavado
2020-08-19 08:17:03 -04:00
committed by GitHub
18 changed files with 1595 additions and 1277 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>