mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-02 23:06:31 +01:00
copy dashboard to the output folder and load from the file system, instead of using embedded resources
This commit is contained in:
@@ -624,7 +624,7 @@ namespace MediaBrowser.Api.Playback
|
||||
|
||||
var media = (IHasMediaStreams)item;
|
||||
|
||||
var url = Request.PathInfo;
|
||||
var url = RequestContext.PathInfo;
|
||||
|
||||
if (!request.AudioCodec.HasValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user