Don't play HTML5 media in the WebIf Browse Files window
This commit is contained in:
parent
f0a1c0be1b
commit
b7fd9cb046
@ -839,7 +839,7 @@ function doplay(it)
|
||||
if (vc && vc[0]) {
|
||||
/* base on page address to handle client on external network, etc */
|
||||
var hh = new URL(file, window.location.href);
|
||||
window.location = hh.href;
|
||||
window.open(hh.href, 'WebIf_Player');
|
||||
} else {
|
||||
window.location = '/browse/play.jim?' +
|
||||
'dir=' + encodeURIComponent(dir) +
|
||||
|
Loading…
Reference in New Issue
Block a user