mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 04:04:47 +03:00
Use typed logger where possible
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Emby.Server.Implementations.Services
|
||||
|
||||
public class ServiceController
|
||||
{
|
||||
private readonly ILogger _logger;
|
||||
private readonly ILogger<ServiceController> _logger;
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="ServiceController"/> class.
|
||||
|
||||
Reference in New Issue
Block a user