From cb5b2793000b3205f0b66b03f16f86860acba43d Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 1 Nov 2024 15:42:47 -0400 Subject: [PATCH] [templates] Fix missing logdata model --- vrobbler/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}