From 1648f988ff3a670e522c5c13bc62c19b37c83946 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 21 Apr 2024 22:35:24 -0400 Subject: [PATCH] [videogames] Fix missing covers --- vrobbler/templates/scrobbles/_last_scrobbles.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vrobbler/templates/scrobbles/_last_scrobbles.html b/vrobbler/templates/scrobbles/_last_scrobbles.html index 9e81f30..e917340 100644 --- a/vrobbler/templates/scrobbles/_last_scrobbles.html +++ b/vrobbler/templates/scrobbles/_last_scrobbles.html @@ -154,7 +154,7 @@ Date - Cover + Cover/Screenshot Title Time played (mins) Percent complete @@ -167,8 +167,8 @@ {% if scrobble.videogame_screenshot %} {% else %} - {% if scrobble.videogame.hltb_cover %} - + {% if scrobble.media_obj.hltb_cover %} + {% endif %} {% endif %} {{scrobble.media_obj.title}}