From decaba82f255e20bd94441307269667bcf73ca09 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 2 Apr 2026 22:14:38 -0400 Subject: [PATCH] [scrobbles] Fix task title display --- vrobbler/templates/scrobbles/scrobble_all_list.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/vrobbler/templates/scrobbles/scrobble_all_list.html b/vrobbler/templates/scrobbles/scrobble_all_list.html index 2f4f6c4..4851d91 100644 --- a/vrobbler/templates/scrobbles/scrobble_all_list.html +++ b/vrobbler/templates/scrobbles/scrobble_all_list.html @@ -25,8 +25,11 @@ {% for scrobble in object_list %} - - {{ scrobble.timestamp|naturaltime }} + + + {% if scrobble.id in overlap_map %}⏱ {% endif %} + {{ scrobble.timestamp|naturaltime }} + {% if scrobble.video %} 🎬 Video @@ -96,7 +99,7 @@ {% elif scrobble.brick_set %} {{ scrobble.brick_set.title }} {% elif scrobble.task %} - Task - {{ scrobble.log.title }} + {{scrobble.media_obj}}{% if scrobble.log.title %} - {{ scrobble.log.title }}{% endif %} {% elif scrobble.life_event %} {{ scrobble.life_event.title }} {% elif scrobble.mood %}