pull/2133/head
Bond-009 5 years ago
parent dee3076eaf
commit 19844a2c2a

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

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

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

Loading…
Cancel
Save