forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-12 07:37:15 +02:00
parent 7f9a979d3c
commit d86746c980
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@
<a href="/views" class="btn btn-secondary">Profile views</a>
{% endif %}
{% if u.song and v and v.mute and (not u.unmutable or v.id == u.id) %}
{% if u.song and v and (v.id == u.id or v.mute and not u.unmutable) %}
<a id="pause1" class="btn btn-secondary" role="button" onclick="pause()">Pause anthem</a>
<a id="play1" class="btn btn-secondary d-none" role="button" onclick="play()">Play anthem</a>
{% endif %}