1
Fork 0

oooooooops

This commit is contained in:
ashley 2024-08-03 17:47:30 +00:00
parent 5a1555f93e
commit eda2b4f887

View file

@ -618,7 +618,7 @@ background-color: #0000;
autoplay: false,
preload: 'auto'
});
const qua = new URLSearchParams(window.location.search).get("qua") || "";
const qua = new URLSearchParams(window.location.search).get("quality") || "";
if (qua !== "medium") {
const audio = document.getElementById('aud');
@ -683,8 +683,9 @@ background-color: #0000;
video.pause();
}
});
}
});
}
</script>
<% if(dm) { %>