Specify Logger type

This commit is contained in:
crobibero
2020-08-03 13:16:29 -06:00
parent 0f32beb75f
commit 8bb510a9f6
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ namespace Jellyfin.Api.Controllers
private readonly ILibraryManager _libraryManager;
private readonly ILocalizationManager _localization;
private readonly IDtoService _dtoService;
private readonly ILogger _logger;
private readonly ILogger<ItemsController> _logger;
/// <summary>
/// Initializes a new instance of the <see cref="ItemsController"/> class.