This commit is contained in:
Bond-009 2019-12-10 17:07:23 +01:00
parent dee3076eaf
commit 19844a2c2a
3 changed files with 3 additions and 3 deletions

View File

@ -239,7 +239,7 @@ namespace MediaBrowser.Api.Images
/// Initializes a new instance of the <see cref="ImageService" /> class.
/// </summary>
public ImageService(
Logger<ImageService> logger,
ILogger<ImageService> logger,
IServerConfigurationManager serverConfigurationManager,
IHttpResultFactory httpResultFactory,
IUserManager userManager,

View File

@ -44,7 +44,7 @@ namespace MediaBrowser.Api.Music
private readonly IAuthorizationContext _authContext;
public AlbumsService(
Logger<AlbumsService> logger,
ILogger<AlbumsService> logger,
IServerConfigurationManager serverConfigurationManager,
IHttpResultFactory httpResultFactory,
IUserManager userManager,

View File

@ -70,7 +70,7 @@ namespace MediaBrowser.Api.Playback.Progressive
public class VideoService : BaseProgressiveStreamingService
{
public VideoService(
Logger<VideoService> logger,
ILogger<VideoService> logger,
IServerConfigurationManager serverConfigurationManager,
IHttpResultFactory httpResultFactory,
IHttpClient httpClient,