Revert "Simplify AttachmentExtractor instantiation."

This reverts commit d33e0a4e2c.
pull/1838/head
Andrew Mahone 5 years ago
parent 8505ee9d6c
commit 79bbf09ecb

@ -908,7 +908,7 @@ namespace Emby.Server.Implementations
AttachmentExtractor = new MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor(LibraryManager, LoggerFactory, ApplicationPaths, FileSystemManager, MediaEncoder, MediaSourceManager, ProcessFactory);
serviceCollection.AddSingleton<MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor>();
serviceCollection.AddSingleton(AttachmentExtractor);
_displayPreferencesRepository.Initialize();

Loading…
Cancel
Save