diff --git a/vrobbler/templates/_scrobblable_list.html b/vrobbler/templates/_scrobblable_list.html index c43d1a6..f9c529c 100644 --- a/vrobbler/templates/_scrobblable_list.html +++ b/vrobbler/templates/_scrobblable_list.html @@ -12,6 +12,7 @@ {% for obj in object_list %} + {% if obj.title %} {{obj.scrobble_set.last.local_timestamp}} {{obj}} @@ -20,6 +21,7 @@ Scrobble {% endif %} + {% endif %} {% endfor %}