diff options
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 e34f0888d..90996296d 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -791,7 +791,7 @@ namespace MediaBrowser.Api.Playback var media = (IHasMediaStreams)item; - var url = RequestContext.PathInfo; + var url = Request.PathInfo; if (!request.AudioCodec.HasValue) { |
