From 25a60f4d60a792103199483ad3ff23e4ba21df25 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 2 Apr 2026 16:25:48 -0400 Subject: [PATCH] [scrobbles] Add title of task to list --- vrobbler/templates/scrobbles/scrobble_all_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrobbler/templates/scrobbles/scrobble_all_list.html b/vrobbler/templates/scrobbles/scrobble_all_list.html index 7fa585e..e1b5c34 100644 --- a/vrobbler/templates/scrobbles/scrobble_all_list.html +++ b/vrobbler/templates/scrobbles/scrobble_all_list.html @@ -54,7 +54,7 @@ {% elif scrobble.brick_set %} {{ scrobble.brick_set.title }} {% elif scrobble.task %} - {{ scrobble.task.title }} + Task - {{ scrobble.log.title }} {% elif scrobble.life_event %} {{ scrobble.life_event.title }} {% elif scrobble.mood %}