mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 09:22:31 -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)
|
if (window.thegrid)
|
||||||
thegrid.loadsel();
|
thegrid.loadsel();
|
||||||
|
|
||||||
|
try {
|
||||||
|
if (actx.state == 'suspended')
|
||||||
|
actx.resume();
|
||||||
|
}
|
||||||
|
catch (ex) { }
|
||||||
|
|
||||||
try {
|
try {
|
||||||
mp.au.play();
|
mp.au.play();
|
||||||
if (mp.au.paused)
|
if (mp.au.paused)
|
||||||
|
|
Loading…
Reference in a new issue