From 176a14617925062d159e0251acda1b4a16f28092 Mon Sep 17 00:00:00 2001 From: Florrie Date: Wed, 13 Nov 2019 09:59:34 -0400 Subject: display album artists correctly --- upd8.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upd8.js') diff --git a/upd8.js b/upd8.js index 8e43e7eb..c5c46b29 100644 --- a/upd8.js +++ b/upd8.js @@ -443,7 +443,7 @@ async function writeAlbumPage(album) {

${album.name}

- ${album.artist && `By ${getArtistString(album.artists)}.
`} + ${album.artists && `By ${getArtistString(album.artists)}.
`} Released ${getDateString(album)}.

    -- cgit 1.3.0-6-gf8a5