diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2022-05-22 13:03:01 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2022-05-22 13:03:01 -0300 |
commit | 71d66c237a56a5d67a6cffbc4db9ff0c958fed5c (patch) | |
tree | e1da88d549ded2c51af7dc0e589a2ae9b4068164 /src/page | |
parent | 42c3d473637e56b89acf052fcc9a9ed44515bade (diff) |
You Saw Nothing
Diffstat (limited to 'src/page')
-rw-r--r-- | src/page/album.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/page/album.js b/src/page/album.js index 70cb5367..b68189fd 100644 --- a/src/page/album.js +++ b/src/page/album.js @@ -207,7 +207,7 @@ export function write(album, {wikiData}) { <dt>${ language.$('trackList.section.withDuration', { duration: language.formatDuration(getTotalDuration(tracks), {approximate: tracks.length > 1}), - group: name + section: name }) }</dt> <dd><${listTag === 'ol' ? `ol start="${startIndex + 1}"` : listTag}> |