mirror of
https://github.com/9001/copyparty.git
synced 2025-11-02 04:53:15 +00:00
fix audio-eq on recent chromes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user