From b414bbf59cb180e99134cf942644b9825187aee8 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 12 Aug 2024 00:03:52 -0500 Subject: [PATCH] [templates] Fix status template logdata call --- vrobbler/templates/scrobbles/status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrobbler/templates/scrobbles/status.html b/vrobbler/templates/scrobbles/status.html index f03a0be..c2555b6 100644 --- a/vrobbler/templates/scrobbles/status.html +++ b/vrobbler/templates/scrobbles/status.html @@ -140,7 +140,7 @@ {% if participating %}

{{participating.media_obj}}

- {% if participating.metadata.details %}

{{participating.metadata.details }}

{% endif %} + {% if participating.logdata.details %}

{{participating.logdata.details }}

{% endif %}

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

{% else %}