From 8143cfeb0f632b3f7f5f0decc314df6ca2e6958e Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 18 Jan 2022 15:37:18 +0200 Subject: [PATCH] fds --- 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 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 %}