Fix DLNA playback on HDR
`urlbase` is the host name
This commit is contained in:
parent
afa47c37fc
commit
ed9df1796d
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user