diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-04-06 15:37:00 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-04-10 16:02:39 -0300 |
commit | e360cad297b1eed7de046322eed18a9745f81b17 (patch) | |
tree | b7eed13e2a2284050aeba4b15c848ee33816b807 /src/data/composite/things/track/index.js | |
parent | 67a936adc308a5bec6c969c90d8811fcbce3009b (diff) |
data: Track: factor out withCoverArtistContribs
Originally needed so that withHasUniqueCoverArt would be based around these resolved contributions, but we went in a different direction just later. Keeping this factor-out anyway.
Diffstat (limited to 'src/data/composite/things/track/index.js')
-rw-r--r-- | src/data/composite/things/track/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/composite/things/track/index.js b/src/data/composite/things/track/index.js index eeee4ecf..e789e736 100644 --- a/src/data/composite/things/track/index.js +++ b/src/data/composite/things/track/index.js @@ -4,6 +4,7 @@ export {default as inheritFromMainRelease} from './inheritFromMainRelease.js'; export {default as withAllReleases} from './withAllReleases.js'; export {default as withAlwaysReferenceByDirectory} from './withAlwaysReferenceByDirectory.js'; export {default as withContainingTrackSection} from './withContainingTrackSection.js'; +export {default as withCoverArtistContribs} from './withCoverArtistContribs.js'; export {default as withDate} from './withDate.js'; export {default as withDirectorySuffix} from './withDirectorySuffix.js'; export {default as withHasUniqueCoverArt} from './withHasUniqueCoverArt.js'; |