Fix DLNA playback on HDR

`urlbase` is the host name
This commit is contained in:
df 2021-03-15 13:22:31 +00:00
parent afa47c37fc
commit ed9df1796d
1 changed files with 1 additions and 1 deletions

View File

@ -837,7 +837,7 @@ function doplay(it)
} else {
window.location = '/browse/play.jim?' +
'dir=' + encodeURIComponent(dir) +
'&base=' + encodeURI(window.location.href) +
'&base=' + encodeURI(window.location.hostname) +
'&duration=' + duration +
'&file=' + encodeURIComponent(file);
}