mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Rework startup topic handling and reenable output to logging framework (#14243)
This commit is contained in:
@@ -23,7 +23,7 @@ internal class MigrateRatingLevels : IDatabaseMigrationRoutine
|
||||
|
||||
public MigrateRatingLevels(
|
||||
IDbContextFactory<JellyfinDbContext> provider,
|
||||
IStartupLogger logger,
|
||||
IStartupLogger<MigrateRatingLevels> logger,
|
||||
ILocalizationManager localizationManager)
|
||||
{
|
||||
_provider = provider;
|
||||
|
||||
Reference in New Issue
Block a user