diff options
| author | Patrick Barron <barronpm@gmail.com> | 2020-05-12 16:03:15 -0400 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2020-05-12 16:03:15 -0400 |
| commit | 62420a6eb195f3119dc640b134d689d0de193a85 (patch) | |
| tree | 85b844ad2caa73666618207dbda676620b6e51f3 /MediaBrowser.Api/UserLibrary/ItemsService.cs | |
| parent | 32c118222647f121c0b17055c0ef158763c0b5d2 (diff) | |
Remove support for injecting ILogger directly
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/ItemsService.cs')
| -rw-r--r-- | MediaBrowser.Api/UserLibrary/ItemsService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/UserLibrary/ItemsService.cs b/MediaBrowser.Api/UserLibrary/ItemsService.cs index c4d44042b..f3c0441e1 100644 --- a/MediaBrowser.Api/UserLibrary/ItemsService.cs +++ b/MediaBrowser.Api/UserLibrary/ItemsService.cs @@ -59,7 +59,7 @@ namespace MediaBrowser.Api.UserLibrary /// <param name="localization">The localization.</param> /// <param name="dtoService">The dto service.</param> public ItemsService( - ILogger logger, + ILogger<ItemsService> logger, IServerConfigurationManager serverConfigurationManager, IHttpResultFactory httpResultFactory, IUserManager userManager, |
