forked from rDrama/rDrama
1
0
Fork 0

add underage song for rdrama too

master
Aevann 2024-06-07 17:34:10 +03:00
parent 497d8bbe86
commit e6a1a6bb5e
3 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
let audio = new Audio(`/i/6.webp`);
let audio = new Audio(`/assets/underage_${SITE_NAME}.mp3`);
audio.play();
if (audio.paused) {

Binary file not shown.