aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2019-11-05 08:18:04 -0500
committerAndrew Mahone <andrew.mahone@gmail.com>2019-11-05 08:18:04 -0500
commitcdc7d83c223c4aa92591eef4675b53c030e3bcbf (patch)
treee558bd32e32b70d82cb3adf30b1cd068a3c09220 /Emby.Server.Implementations/ApplicationHost.cs
parentb936c530aa662bd08ea60f4283409f26cc69feb3 (diff)
parentd33e0a4e2c59783c785c992ea0c3a31596ae3058 (diff)
Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into media-attachments
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index ac37cfe07..9330d5719 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -908,7 +908,7 @@ namespace Emby.Server.Implementations
AttachmentExtractor = new MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor(LibraryManager, LoggerFactory, ApplicationPaths, FileSystemManager, MediaEncoder, MediaSourceManager, ProcessFactory);
- serviceCollection.AddSingleton(AttachmentExtractor);
+ serviceCollection.AddSingleton<MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor>();
_displayPreferencesRepository.Initialize();