Add nfo thumb tag support

This commit is contained in:
David
2021-02-27 22:46:03 +01:00
parent 5379fa0bd0
commit 16694b0cfc
25 changed files with 265 additions and 40 deletions

View File

@@ -682,6 +682,8 @@ namespace Emby.Server.Implementations
ServiceCollection.AddScoped<MediaInfoHelper>();
ServiceCollection.AddScoped<AudioHelper>();
ServiceCollection.AddScoped<DynamicHlsHelper>();
ServiceCollection.AddSingleton<IDirectoryService, DirectoryService>();
}
/// <summary>