diff options
Diffstat (limited to 'src/page/album.js')
-rw-r--r-- | src/page/album.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/page/album.js b/src/page/album.js index 14d4a9d2..009ed55d 100644 --- a/src/page/album.js +++ b/src/page/album.js @@ -1,5 +1,3 @@ -/** @format */ - // Album page specification. import { @@ -30,6 +28,7 @@ export function write(album, {wikiData}) { duration: language.formatDuration(track.duration ?? 0), track: link.track(track), }; + return html.tag('li', {style: getLinkThemeString(track.color)}, compareArrays( |