diff --git a/vrobbler/templates/base.html b/vrobbler/templates/base.html index cdd80ff..05e85ba 100644 --- a/vrobbler/templates/base.html +++ b/vrobbler/templates/base.html @@ -296,7 +296,7 @@ {% if scrobble.media_obj.primary_image_url %}
{% endif %}

{{scrobble.media_obj.title}}

{% if scrobble.media_obj.subtitle %}

{{scrobble.media_obj.subtitle}}

{% endif %} - {% if scrobble.logdata.description %}

{{scrobble.logdata.description}}

{% endif %} + {% if scrobble.logdata %}{% if scrobble.logdata.description %}

{{scrobble.logdata.description}}

{% endif %}{% endif %}

{{scrobble.timestamp|naturaltime}} from {{scrobble.source}}