diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 1e9f62476..9c4ca6392 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -199,7 +199,7 @@ Profile views {% 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) %} Pause anthem Play anthem {% endif %}