diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2025-11-25 15:17:44 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2025-11-25 15:17:44 -0400 |
| commit | e8506a51537f7e2cf36dcf95a81984c9f68a2364 (patch) | |
| tree | 05fc6b55592a364d94d1fc4b27408eb7b2a0b276 /src/data/composite/things/track/index.js | |
| parent | 44130f9e14852302ddbd4418229568b514253276 (diff) | |
data: Track: chop withCoverArtistContribs
Diffstat (limited to 'src/data/composite/things/track/index.js')
| -rw-r--r-- | src/data/composite/things/track/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/data/composite/things/track/index.js b/src/data/composite/things/track/index.js index 96865e09..1a696b1b 100644 --- a/src/data/composite/things/track/index.js +++ b/src/data/composite/things/track/index.js @@ -3,7 +3,6 @@ export {default as exitWithoutUniqueCoverArt} from './exitWithoutUniqueCoverArt. export {default as inheritContributionListFromMainRelease} from './inheritContributionListFromMainRelease.js'; export {default as inheritFromMainRelease} from './inheritFromMainRelease.js'; export {default as withAllReleases} from './withAllReleases.js'; -export {default as withCoverArtistContribs} from './withCoverArtistContribs.js'; export {default as withDirectorySuffix} from './withDirectorySuffix.js'; export {default as withMainRelease} from './withMainRelease.js'; export {default as withMainReleaseTrack} from './withMainReleaseTrack.js'; |