mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-23 18:44:45 +01:00
Replace ILogger with ILogger<T> wherever possible
Log entries will contain additional class context when using this interface
This commit is contained in:
@@ -13,7 +13,7 @@ namespace MediaBrowser.Providers.Users
|
||||
{
|
||||
public UserMetadataService(
|
||||
IServerConfigurationManager serverConfigurationManager,
|
||||
ILogger logger,
|
||||
ILogger<UserMetadataService> logger,
|
||||
IProviderManager providerManager,
|
||||
IFileSystem fileSystem,
|
||||
ILibraryManager libraryManager)
|
||||
|
||||
Reference in New Issue
Block a user