From e8f1bcbe3198798439d4c4d5d8deb0b1039eb5f5 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 15 Mar 2023 13:11:21 -0400 Subject: [PATCH] Little tweaks to album art --- vrobbler/templates/base.html | 2 +- vrobbler/templates/music/album_detail.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vrobbler/templates/base.html b/vrobbler/templates/base.html index 6e05ae8..0b659fa 100644 --- a/vrobbler/templates/base.html +++ b/vrobbler/templates/base.html @@ -246,7 +246,7 @@ {% for scrobble in now_playing_list %}
{% if scrobble.media_obj.album.cover_image %} -
+
{% endif %} {% if scrobble.media_obj.cover %}
diff --git a/vrobbler/templates/music/album_detail.html b/vrobbler/templates/music/album_detail.html index cfb4b48..4ecb263 100644 --- a/vrobbler/templates/music/album_detail.html +++ b/vrobbler/templates/music/album_detail.html @@ -9,7 +9,7 @@
{% if object.cover_image %} -

+

{% endif %}