aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary/ItemsService.cs
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-06-13 16:28:37 -0400
committerGitHub <noreply@github.com>2020-06-13 16:28:37 -0400
commit0011e8df47380936742302ef40639a4626a780ed (patch)
treeb286c590e9d1dbc00cf1acbf8e50f90713e8faf8 /MediaBrowser.Api/UserLibrary/ItemsService.cs
parentd975ad155e7857bcbfcf55246fd78dd87ed594ca (diff)
parentec3e15db5789b6218482beb488433f41f9a0d8ba (diff)
Merge pull request #3332 from crobibero/api-migration
Merge master into api-migration
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/ItemsService.cs')
-rw-r--r--MediaBrowser.Api/UserLibrary/ItemsService.cs2
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,