aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Migrations/Routines/MoveExtractedFiles.cs
diff options
context:
space:
mode:
authorJPVenson <github@jpb.email>2025-06-09 04:52:39 +0300
committerGitHub <noreply@github.com>2025-06-08 19:52:39 -0600
commit1e9e4ffda9abe30b71ceb1de2f4c3143805c66a9 (patch)
treec48fe1dd38a35efe225b1423fbcc295436b87f3b /Jellyfin.Server/Migrations/Routines/MoveExtractedFiles.cs
parentd7faf9a327f506a770afce6709327daf5cc9bc30 (diff)
Rework startup topic handling and reenable output to logging framework (#14243)
Diffstat (limited to 'Jellyfin.Server/Migrations/Routines/MoveExtractedFiles.cs')
-rw-r--r--Jellyfin.Server/Migrations/Routines/MoveExtractedFiles.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Migrations/Routines/MoveExtractedFiles.cs b/Jellyfin.Server/Migrations/Routines/MoveExtractedFiles.cs
index 6f650f731..8b394dd7a 100644
--- a/Jellyfin.Server/Migrations/Routines/MoveExtractedFiles.cs
+++ b/Jellyfin.Server/Migrations/Routines/MoveExtractedFiles.cs
@@ -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)