Fix regressions introduced by #3098

This commit is contained in:
Patrick Barron
2020-05-14 20:11:34 -04:00
parent 5ce008e02f
commit dcaffd3812
12 changed files with 22 additions and 15 deletions

View File

@@ -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,