Commit 187a1de7 authored by Skye Yu's avatar Skye Yu

file download audiod muted

parent 1476ca6c
......@@ -713,7 +713,7 @@ Jensen.prototype.getFile = async function (filename, length, ondata, onprogress)
audio.loop = true;
audio.controls = false;
audio.autoplay = true;
audio.muted = true;
audio.muted = false;
document.body.appendChild(audio);
}
if (document.visibilityState === 'hidden') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment