From bd4693c865a4c0f2141aaf5286022278203ee52e Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 28 Dec 2021 10:11:37 +0200 Subject: [PATCH] fsd --- 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 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 %}