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

@@ -81,7 +81,7 @@ namespace MediaBrowser.Api.Playback
/// Initializes a new instance of the <see cref="BaseStreamingService" /> class.
/// </summary>
protected BaseStreamingService(
ILogger logger,
ILogger<BaseStreamingService> logger,
IServerConfigurationManager serverConfigurationManager,
IHttpResultFactory httpResultFactory,
IUserManager userManager,