diff options
| author | Patrick Barron <barronpm@gmail.com> | 2020-05-14 20:11:34 -0400 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2020-05-14 20:11:34 -0400 |
| commit | dcaffd3812b3995e2158f4ea587599249016c03c (patch) | |
| tree | baad127d7a30e27f522c6542b9075010be5165d8 /MediaBrowser.Api/Playback/BaseStreamingService.cs | |
| parent | 5ce008e02f0500c5d0298067fa401a740742e3f0 (diff) | |
Fix regressions introduced by #3098
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index 928ca1612..f796aa486 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -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, |
