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 %}