From cc0f7db453669ce82bc830ca0bddc72646c7cfc1 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 18 May 2026 09:12:07 -0400 Subject: [PATCH] [templates] Add source to scrobbles --- vrobbler/templates/scrobbles/scrobble_detail.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vrobbler/templates/scrobbles/scrobble_detail.html b/vrobbler/templates/scrobbles/scrobble_detail.html index 15b481f..b59e000 100644 --- a/vrobbler/templates/scrobbles/scrobble_detail.html +++ b/vrobbler/templates/scrobbles/scrobble_detail.html @@ -17,6 +17,9 @@

{{ object.logdata.title }}

{% endif %}

{{ object.local_timestamp }}

+{% if object.media_type == "Track" %} +

Source: {{ object.source }}{% if object.log.mopidy_source %} ({{ object.log.mopidy_source|capfirst }}){% endif %}

+{% endif %} {% if object.media_type == "Task" and object.logdata.description %}

{{ object.logdata.description }}

{% endif %}