forked from rDrama/rDrama
1
0
Fork 0

Merge branch 'frost' of https://github.com/Aevann1/Drama into frost

master
Aevann1 2022-06-24 19:32:34 +02:00
commit 43751dc4ec
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
{% if p.award_count("crab") %}
<script>
let audio = new Audio('/assets/crab.mp3');
let audio = new Audio('/assets/media/crab.mp3');
audio.loop=true;
audio.play();