Merge branch 'th-ch:master' into master

This commit is contained in:
David Metzler
2023-02-03 12:02:53 +01:00
committed by GitHub
3 changed files with 4 additions and 2 deletions

View File

@ -14,5 +14,6 @@ const applyCompressor = (e) => {
module.exports = () =>
document.addEventListener("audioCanPlay", applyCompressor, {
once: true, // Only create the audio compressor once, not on each video
passive: true,
});