From 349b10904a5fe76a99fc0cf777328e98b6571778 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 18 Mar 2026 11:36:13 -0400 Subject: [PATCH] [podcasts] Add domain link --- vrobbler/templates/_scrobblable_list.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vrobbler/templates/_scrobblable_list.html b/vrobbler/templates/_scrobblable_list.html index 8dde497..f30223f 100644 --- a/vrobbler/templates/_scrobblable_list.html +++ b/vrobbler/templates/_scrobblable_list.html @@ -9,6 +9,9 @@ {% if podcast_list or object_list.0.podcast %} Podcast {% endif %} + {% if object_list.0.domain %} + Domain + {% endif %} Scrobbles Start @@ -22,6 +25,9 @@ {% if podcast_list or obj.podcast %} {% if obj.podcast %}{{obj.podcast}}{% endif %} {% endif %} + {% if obj.domain %} + {{obj.domain}} + {% endif %} {% if request.user.is_authenticated %} {{obj.scrobble_count}} Scrobble