Merge pull request #5321 from Ullmie02/nfo-thumb

This commit is contained in:
Bond-009
2021-03-25 01:10:37 +01:00
committed by GitHub
25 changed files with 268 additions and 49 deletions

View File

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