« get me outta code hell

display album artists correctly - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/upd8.js
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-11-13 09:59:34 -0400
committerFlorrie <towerofnix@gmail.com>2019-11-13 09:59:34 -0400
commit176a14617925062d159e0251acda1b4a16f28092 (patch)
treeab3259b72c6e6404820ea4015eedfc7df4680ab2 /upd8.js
parent3418e18492d814e832d63f20dc46ff6cb2ac816f (diff)
display album artists correctly
Diffstat (limited to 'upd8.js')
-rw-r--r--upd8.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/upd8.js b/upd8.js
index 8e43e7e..c5c46b2 100644
--- a/upd8.js
+++ b/upd8.js
@@ -443,7 +443,7 @@ async function writeAlbumPage(album) {
                     <a id="cover-art" href="${getAlbumCover(album)}"><img src="${getAlbumCover(album)}"></a>
                     <h1>${album.name}</h1>
                     <p>
-                        ${album.artist && `By ${getArtistString(album.artists)}.<br>`}
+                        ${album.artists && `By ${getArtistString(album.artists)}.<br>`}
                         Released ${getDateString(album)}.
                     </p>
                     <ol>