Merge branch 'master' into event-rewrite-1

This commit is contained in:
Patrick Barron
2020-08-19 21:45:31 +00:00
committed by Patrick Barron
74 changed files with 2348 additions and 2275 deletions

View File

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