From 7df3fedc64763aa7693c686f03fdc3b1f704fe27 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 3 Mar 2023 02:41:27 -0500 Subject: [PATCH] Fix bad image templates --- .../templates/scrobbles/scrobble_list.html | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/vrobbler/templates/scrobbles/scrobble_list.html b/vrobbler/templates/scrobbles/scrobble_list.html index ddf8b8b..25e2cf7 100644 --- a/vrobbler/templates/scrobbles/scrobble_list.html +++ b/vrobbler/templates/scrobbles/scrobble_list.html @@ -105,7 +105,7 @@
{{artists.0.name}}
{% if artists.0.thumbnail %} - + {% endif %}
@@ -142,55 +142,55 @@
{{artists.5.name}}
{% if artists.5.thumbnail %} - + {% endif %}
{{artists.6.name}}
{% if artists.6.thumbnail %} - + {% endif %}
{{artists.7.name}}
{% if artists.7.thumbnail %} - + {% endif %}
{{artists.8.name}}
{% if artists.8.thumbnail %} - + {% endif %}
{{artists.9.name}}
{% if artists.9.thumbnail %} - + {% endif %}
{{artists.10.name}}
{% if artists.10.thumbnail %} - + {% endif %}
{{artists.11.name}}
{% if artists.11.thumbnail %} - + {% endif %}
{{artists.12.name}}
{% if artists.12thumbnail %} - + {% endif %}
{{artists.13.name}}
{% if artists.13.thumbnail %} - + {% endif %}
@@ -259,55 +259,55 @@
{{tracks.5.title}}
{% if tracks.5.album.cover_image %} - + {% endif %}
{{tracks.6.title}}
{% if tracks.6.album.cover_image %} - + {% endif %}
{{tracks.7.title}}
{% if tracks.7.album.cover_image %} - + {% endif %}
{{tracks.8.title}}
{% if tracks.8.album.cover_image %} - + {% endif %}
{{tracks.9.title}}
{% if tracks.9.album.cover_image %} - + {% endif %}
{{tracks.10.title}}
{% if tracks.10.album.cover_image %} - + {% endif %}
{{tracks.11.title}}
{% if tracks.11.album.cover_image %} - + {% endif %}
{{tracks.12.title}}
{% if tracks.12.album.cover_image %} - + {% endif %}
{{tracks.13.title}}
{% if tracks.13.album.cover_image %} - + {% endif %}