From c39430e987669652e0b6b1506f77d1659b0f6d1e Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 28 Mar 2023 14:45:23 -0400 Subject: [PATCH] Fix bug in thumbnail tag --- vrobbler/templates/scrobbles/scrobble_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrobbler/templates/scrobbles/scrobble_list.html b/vrobbler/templates/scrobbles/scrobble_list.html index 1b620aa..8ebc4e4 100644 --- a/vrobbler/templates/scrobbles/scrobble_list.html +++ b/vrobbler/templates/scrobbles/scrobble_list.html @@ -108,7 +108,7 @@
#1 {{artists.0.name}}
{% if artists.0 %} {% if artists.0.thumbnail %} - {% thumbnail artists.0.thumbnail "300x" as im %}{% endthumbnail %} + {% thumbnail artists.0.thumbnail "300" as im %}{% endthumbnail %} {% else %} {% endif %}