mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 16:25:28 +03:00
Applied review comments
This commit is contained in:
@@ -29,7 +29,7 @@ public class MigrateLibraryDb : IMigrationRoutine
|
||||
{
|
||||
private const string DbFilename = "library.db";
|
||||
|
||||
private readonly ILogger<MigrateUserDb> _logger;
|
||||
private readonly ILogger<MigrateLibraryDb> _logger;
|
||||
private readonly IServerApplicationPaths _paths;
|
||||
private readonly IDbContextFactory<JellyfinDbContext> _provider;
|
||||
|
||||
@@ -40,7 +40,7 @@ public class MigrateLibraryDb : IMigrationRoutine
|
||||
/// <param name="provider">The database provider.</param>
|
||||
/// <param name="paths">The server application paths.</param>
|
||||
public MigrateLibraryDb(
|
||||
ILogger<MigrateUserDb> logger,
|
||||
ILogger<MigrateLibraryDb> logger,
|
||||
IDbContextFactory<JellyfinDbContext> provider,
|
||||
IServerApplicationPaths paths)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user