« get me outta code hell

rename other count utils - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page/listing.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-05-10 20:24:46 -0300
committer(quasar) nebula <qznebula@protonmail.com>2022-05-10 20:24:46 -0300
commit847b1262bf608cadd59c8d19a564badbd525a6a7 (patch)
treef4e0a659746db218e13968a3cfc5e6630dd31812 /src/page/listing.js
parentc6aff602f65dfa4e5a1bc1a8c6841cdda829a0ce (diff)
rename other count utils
Diffstat (limited to 'src/page/listing.js')
-rw-r--r--src/page/listing.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/page/listing.js b/src/page/listing.js
index efa3fdf..a6f9e9e 100644
--- a/src/page/listing.js
+++ b/src/page/listing.js
@@ -114,7 +114,7 @@ export function writeTargetless({wikiData}) {
                         wiki: wikiInfo.name,
                         tracks: `<b>${language.countTracks(trackData.length, {unit: true})}</b>`,
                         albums: `<b>${language.countAlbums(albumData.length, {unit: true})}</b>`,
-                        duration: `<b>${strings.count.duration(totalDuration, {approximate: true, unit: true})}</b>`
+                        duration: `<b>${language.formatDuration(totalDuration, {approximate: true, unit: true})}</b>`
                     })}</p>
                     <hr>
                     <p>${language.$('listingIndex.exploreList')}</p>