diff --git a/vrobbler/templates/scrobbles/scrobble_list.html b/vrobbler/templates/scrobbles/scrobble_list.html index 8ebc4e4..1b620aa 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 "300" as im %}{% endthumbnail %} + {% thumbnail artists.0.thumbnail "300x" as im %}{% endthumbnail %} {% else %} {% endif %}