mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
Rework startup topic handling and reenable output to logging framework (#14243)
This commit is contained in:
@@ -47,7 +47,7 @@ public class MoveExtractedFiles : IAsyncMigrationRoutine
|
||||
public MoveExtractedFiles(
|
||||
IApplicationPaths appPaths,
|
||||
ILogger<MoveExtractedFiles> logger,
|
||||
IStartupLogger startupLogger,
|
||||
IStartupLogger<MoveExtractedFiles> startupLogger,
|
||||
IPathManager pathManager,
|
||||
IFileSystem fileSystem,
|
||||
IDbContextFactory<JellyfinDbContext> dbProvider)
|
||||
|
||||
Reference in New Issue
Block a user