mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Revert "Simplify AttachmentExtractor instantiation."
This reverts commit d33e0a4e2c59783c785c992ea0c3a31596ae3058.
This commit is contained in:
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);
|
AttachmentExtractor = new MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor(LibraryManager, LoggerFactory, ApplicationPaths, FileSystemManager, MediaEncoder, MediaSourceManager, ProcessFactory);
|
||||||
|
|
||||||
serviceCollection.AddSingleton<MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor>();
|
serviceCollection.AddSingleton(AttachmentExtractor);
|
||||||
|
|
||||||
_displayPreferencesRepository.Initialize();
|
_displayPreferencesRepository.Initialize();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user