From c4c810e23ffd471460e3a349b7b2988c65a5c8e1 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 1 Dec 2023 00:42:53 +0100 Subject: [PATCH] Catch if video game cover is missing --- vrobbler/templates/scrobbles/scrobble_list.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vrobbler/templates/scrobbles/scrobble_list.html b/vrobbler/templates/scrobbles/scrobble_list.html index 2a3ef4b..332c2c2 100644 --- a/vrobbler/templates/scrobbles/scrobble_list.html +++ b/vrobbler/templates/scrobbles/scrobble_list.html @@ -258,7 +258,9 @@ {% if scrobble.videogame_screenshot %} {% else %} - + {% if scrobble.videogame.hltb_cover %} + + {% endif %} {% endif %} {{scrobble.media_obj.title}} {{scrobble.playback_position_seconds|natural_duration}}