mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
fix audio-eq on recent chromes
This commit is contained in:
parent
aa1c08962c
commit
21bbdb5419
|
@ -2205,6 +2205,12 @@ function play(tid, is_ev, seek) {
|
|||
if (window.thegrid)
|
||||
thegrid.loadsel();
|
||||
|
||||
try {
|
||||
if (actx.state == 'suspended')
|
||||
actx.resume();
|
||||
}
|
||||
catch (ex) { }
|
||||
|
||||
try {
|
||||
mp.au.play();
|
||||
if (mp.au.paused)
|
||||
|
|
Loading…
Reference in a new issue