credit lien artist encore

This commit is contained in:
Patrick
2025-04-02 22:20:56 +02:00
parent a3088708eb
commit 57d91b8fb4

View File

@@ -31,7 +31,7 @@
<b>Crédits :</b>
<ul>
<li each="{artist in state.resource.extraartists}">
<a href={"#/release-details/artist/" + artist.id }>{artist.name} - {artist.role}</a>
<a href={"#/release-details/" + "artist" + "/" + artist.id }>{artist.name} - {artist.role}</a>
{console.log(state.resource)}
</li>
</ul>