aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorDavid <daullmer@gmail.com>2021-02-27 22:46:03 +0100
committerDavid <daullmer@gmail.com>2021-02-28 15:00:17 +0100
commit16694b0cfcc51ba009a0aedce0d383ab010e8b99 (patch)
tree764c6fb92ce2701fc3342cf34bd9c7c52b5780ac /Emby.Server.Implementations/ApplicationHost.cs
parent5379fa0bd082bd8e1b15bbb1f6517cab932ee2bb (diff)
Add nfo thumb tag support
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index 1b9bb86bb..788e08e48 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -682,6 +682,8 @@ namespace Emby.Server.Implementations
ServiceCollection.AddScoped<MediaInfoHelper>();
ServiceCollection.AddScoped<AudioHelper>();
ServiceCollection.AddScoped<DynamicHlsHelper>();
+
+ ServiceCollection.AddSingleton<IDirectoryService, DirectoryService>();
}
/// <summary>