diff --git a/vrobbler/templates/scrobbles/_row.html b/vrobbler/templates/scrobbles/_row.html index 8b2ee48..eb78797 100644 --- a/vrobbler/templates/scrobbles/_row.html +++ b/vrobbler/templates/scrobbles/_row.html @@ -2,6 +2,12 @@ {% load naturalduration %} {% if scrobble.in_progress %}{{scrobble.media_obj.strings.verb}} now | Finish{% else %}{{scrobble.timestamp|naturaltime}}{% endif %} - {{scrobble.media_obj|truncatechars_html:45}} + + {% if scrobble.media_type == "Task" %} +

{{scrobble.media_obj.title|truncatechars_html:45}} - {% if scrobble.logdata %}{% if scrobble.logdata.description %}{{scrobble.logdata.description}}{% endif %}{% endif %}

+ {% else %} + {{scrobble.media_obj|truncatechars_html:45}} + {% endif %} + {{scrobble.elapsed_time|natural_duration}}