mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-18 09:08:03 +00:00
Revert "Simplify AttachmentExtractor instantiation."
This reverts commit d33e0a4e2c.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user