fix audio-eq on recent chromes

This commit is contained in:
ed 2022-07-15 02:07:48 +02:00
parent aa1c08962c
commit 21bbdb5419

View file

@ -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)