From 20ebd834ffbba9214fcf43c64baf664306452ac1 Mon Sep 17 00:00:00 2001 From: droideparanoico Date: Mon, 6 Jul 2026 13:12:52 +0200 Subject: [PATCH] Make artist name linkable to MusicBrainz artist page --- src/main/resources/templates/fragments/artist-list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/fragments/artist-list.html b/src/main/resources/templates/fragments/artist-list.html index ca1a7a1..0c09fac 100644 --- a/src/main/resources/templates/fragments/artist-list.html +++ b/src/main/resources/templates/fragments/artist-list.html @@ -15,14 +15,14 @@ Artist Since Release Types - Actions + Remove {#for artist in artists} -
{artist.name}
+ {artist.name} {#if artist.disambiguation}
{artist.disambiguation}
{/if}