From 93a514fc37f9efaadb015be44ffb493a560d69f7 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 1 Dec 2023 00:47:26 +0100 Subject: [PATCH] Down size long play images --- vrobbler/templates/scrobbles/long_plays_in_progress.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vrobbler/templates/scrobbles/long_plays_in_progress.html b/vrobbler/templates/scrobbles/long_plays_in_progress.html index bd3dfcf..c16d6f5 100644 --- a/vrobbler/templates/scrobbles/long_plays_in_progress.html +++ b/vrobbler/templates/scrobbles/long_plays_in_progress.html @@ -23,9 +23,9 @@
{{media.title}}
{% if media.hltb_cover %} -
+
{% elif media.cover %} -
+
{% endif %}
{% if media.is_long_play_in_progress %}Playing{% else %}Resume{% endif %} @@ -72,12 +72,12 @@ {% for media in completed %} {% if media.hltb_cover %}
-
+
{{media.title}}
{% elif media.cover %}
-
+
{{media.title}}
{% endif %}