diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 0cfb1bafa..f721e1ebf 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -433,7 +433,7 @@ Profile views {% endif %} - {% if u.song and v and v.mute and not u.unmutable %} + {% if u.song and v and (v.id == u.id or v.mute and not u.unmutable) %} Pause anthem Play anthem {% endif %}