From 861c4086c6355f6551f6d1dccbf6d9766c6b1d15 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 10 May 2022 21:53:25 -0300 Subject: port the rest of everything --- src/page/album.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/page/album.js') diff --git a/src/page/album.js b/src/page/album.js index 45e5439..5ea7c5a 100644 --- a/src/page/album.js +++ b/src/page/album.js @@ -33,7 +33,7 @@ export function write(album, {wikiData}) { language }) => { const itemOpts = { - duration: language.formatDuration(track.duration), + duration: language.formatDuration(track.duration ?? 0), track: link.track(track) }; return `
  • ${ -- cgit 1.3.0-6-gf8a5