From 59b7e3dada2cafbee87748eef401908a97c121b8 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 15 Oct 2024 15:29:31 -0400 Subject: [PATCH] [scrobbles] Add description to current task --- 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 73794d8..bbb4d6d 100644 --- a/vrobbler/templates/scrobbles/status.html +++ b/vrobbler/templates/scrobbles/status.html @@ -155,7 +155,7 @@ {% if working %}

{{working.media_obj}}

- {% if working.media_obj.subtitle %}

{{working.media_obj.subtitle}}

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

{{working.logdata.description}}

{% endif %}

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

{% else %}