diff options
| author | David <daullmer@gmail.com> | 2021-02-27 22:46:03 +0100 |
|---|---|---|
| committer | David <daullmer@gmail.com> | 2021-02-28 15:00:17 +0100 |
| commit | 16694b0cfcc51ba009a0aedce0d383ab010e8b99 (patch) | |
| tree | 764c6fb92ce2701fc3342cf34bd9c7c52b5780ac /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 5379fa0bd082bd8e1b15bbb1f6517cab932ee2bb (diff) | |
Add nfo thumb tag support
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
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> |
