diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2022-06-18 15:52:22 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2022-06-18 15:52:22 -0300 |
commit | b839fb97415e155ea25b29581fa605fe1f65b5f2 (patch) | |
tree | 160a407d7adab5463bd18cb35c9d7902f6e3870e /src/data | |
parent | e33d80f5704ab974f781bc97191d1e29a1ccc77e (diff) |
make additional files a counted string
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/things.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/things.js b/src/data/things.js index 035879f1..6a5cdb5e 100644 --- a/src/data/things.js +++ b/src/data/things.js @@ -1712,6 +1712,7 @@ Object.assign(Language.prototype, { }, // TODO: These are hard-coded. Is there a better way? + countAdditionalFiles: countHelper('additionalFiles', 'files'), countAlbums: countHelper('albums'), countCommentaryEntries: countHelper('commentaryEntries', 'entries'), countContributions: countHelper('contributions'), |