From d86746c98095a9866d7e8d517fefb07c6eab1f41 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 12 Jan 2022 07:37:15 +0200 Subject: [PATCH] bb --- files/templates/userpage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 1e53572567..9c694b696c 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -208,7 +208,7 @@ Profile views {% 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) %} Pause anthem Play anthem {% endif %}