mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
update to service stack v4
This commit is contained in:
@@ -791,7 +791,7 @@ namespace MediaBrowser.Api.Playback
|
||||
|
||||
var media = (IHasMediaStreams)item;
|
||||
|
||||
var url = RequestContext.PathInfo;
|
||||
var url = Request.PathInfo;
|
||||
|
||||
if (!request.AudioCodec.HasValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user