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

@@ -28,7 +28,7 @@ namespace MediaBrowser.Api.Playback.Progressive
protected IHttpClient HttpClient { get; private set; }
public BaseProgressiveStreamingService(
ILogger logger,
ILogger<BaseProgressiveStreamingService> logger,
IServerConfigurationManager serverConfigurationManager,
IHttpResultFactory httpResultFactory,
IHttpClient httpClient,