aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary/ArtistsService.cs
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-05-15 16:43:06 +0900
committerGitHub <noreply@github.com>2020-05-15 16:43:06 +0900
commitcb249cc171591589118663f1cb06471684fc8c21 (patch)
treee1f4484d84ecf4c7758cd4be3cacf72a70a946b3 /MediaBrowser.Api/UserLibrary/ArtistsService.cs
parentef533015ae8d2da48848cd97f847b4764bf13c57 (diff)
parentdcaffd3812b3995e2158f4ea587599249016c03c (diff)
Merge pull request #3118 from barronpm/fix-regressions
Fix regressions introduced by #3098
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/ArtistsService.cs')
-rw-r--r--MediaBrowser.Api/UserLibrary/ArtistsService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/UserLibrary/ArtistsService.cs b/MediaBrowser.Api/UserLibrary/ArtistsService.cs
index 3d08d5437..bef91d54d 100644
--- a/MediaBrowser.Api/UserLibrary/ArtistsService.cs
+++ b/MediaBrowser.Api/UserLibrary/ArtistsService.cs
@@ -51,7 +51,7 @@ namespace MediaBrowser.Api.UserLibrary
public class ArtistsService : BaseItemsByNameService<MusicArtist>
{
public ArtistsService(
- ILogger<GenresService> logger,
+ ILogger<ArtistsService> logger,
IServerConfigurationManager serverConfigurationManager,
IHttpResultFactory httpResultFactory,
IUserManager userManager,