« get me outta code hell

data: Artist.totalDuration - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/composite/things/artist/index.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-03-06 14:28:35 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-06-12 17:26:37 -0300
commit878e09f8131fcf17f7a21ba1b5dbfdf6d9ad41e8 (patch)
tree8463864295d09cd2aec94de5cb77cfdbc9efd0f5 /src/data/composite/things/artist/index.js
parent4dd54f8b38a38a47566a0006b1dba3065158fc7e (diff)
data: Artist.totalDuration
This is sort of a stub / proof of concept function.
The contained logic may be refactored a bit more still!
Diffstat (limited to 'src/data/composite/things/artist/index.js')
-rw-r--r--src/data/composite/things/artist/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/composite/things/artist/index.js b/src/data/composite/things/artist/index.js
new file mode 100644
index 00000000..55514c71
--- /dev/null
+++ b/src/data/composite/things/artist/index.js
@@ -0,0 +1 @@
+export {default as artistTotalDuration} from './artistTotalDuration.js';