Rework startup topic handling and reenable output to logging framework (#14243)

This commit is contained in:
JPVenson
2025-06-09 04:52:39 +03:00
committed by GitHub
parent d7faf9a327
commit 1e9e4ffda9
16 changed files with 255 additions and 60 deletions

View File

@@ -23,7 +23,7 @@ internal class MigrateRatingLevels : IDatabaseMigrationRoutine
public MigrateRatingLevels(
IDbContextFactory<JellyfinDbContext> provider,
IStartupLogger logger,
IStartupLogger<MigrateRatingLevels> logger,
ILocalizationManager localizationManager)
{
_provider = provider;