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 %}