mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Use typed logger where possible
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Jellyfin.Server.Migrations.Routines
|
||||
internal class RemoveDuplicateExtras : IMigrationRoutine
|
||||
{
|
||||
private const string DbFilename = "library.db";
|
||||
private readonly ILogger _logger;
|
||||
private readonly ILogger<RemoveDuplicateExtras> _logger;
|
||||
private readonly IServerApplicationPaths _paths;
|
||||
|
||||
public RemoveDuplicateExtras(ILogger<RemoveDuplicateExtras> logger, IServerApplicationPaths paths)
|
||||
|
||||
Reference in New Issue
Block a user