From 878e09f8131fcf17f7a21ba1b5dbfdf6d9ad41e8 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 6 Mar 2024 14:28:35 -0400 Subject: data: Artist.totalDuration This is sort of a stub / proof of concept function. The contained logic may be refactored a bit more still! --- src/data/composite/things/artist/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/data/composite/things/artist/index.js (limited to 'src/data/composite/things/artist/index.js') 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'; -- cgit 1.3.0-6-gf8a5