forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-28 10:11:37 +02:00
parent 5a2b744fe4
commit bd4693c865
1 changed files with 1 additions and 1 deletions

View File

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