From 93299a1abd4272c81400e281964e7f421684d725 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 2 Mar 2023 15:08:34 -0500 Subject: [PATCH] Hide album urls that don't exist --- vrobbler/templates/music/album_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrobbler/templates/music/album_detail.html b/vrobbler/templates/music/album_detail.html index 396657e..259439e 100644 --- a/vrobbler/templates/music/album_detail.html +++ b/vrobbler/templates/music/album_detail.html @@ -17,7 +17,7 @@

{{object.theaudiodb_description|safe|linebreaks|truncatewords:160}}


{% endif %} -

Musicbrainz | TheAudioDB {% if album.allmusic_link %}| AllMusic{% endif %}

+

Musicbrainz {% if album.tadb_link %}| TheAudioDB{% endif %} {% if album.allmusic_link %}| AllMusic{% endif %}