diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-05-14 11:08:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-14 11:08:08 -0400 |
| commit | 2e09311a93cbf7b4d0629e058974a84e70c4b800 (patch) | |
| tree | 9217bb9d15df7f1a516afcbc2f531bbc35161a53 /MediaBrowser.Api/UserLibrary/ItemsService.cs | |
| parent | 3623aafcb60dec4f4f5055046717d895b7597b60 (diff) | |
| parent | 11dd96f6c715b0f701903e636f08ee910c9a08eb (diff) | |
Merge branch 'master' into websocket
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, |
