diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2025-11-25 14:55:54 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2025-11-25 14:56:22 -0400 |
| commit | ffffbc81426bb6ccd07ee6084a9c40fb126222ff (patch) | |
| tree | 0e677801df2bd91af8917bf2bfb0e7b977ce53da /src/data/composite/things/track/index.js | |
| parent | 04589995da7ceae84aec112e44f7451e9bc47e0c (diff) | |
data: Track: chop withDate
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 c7c43f4c..35deb93f 100644 --- a/src/data/composite/things/track/index.js +++ b/src/data/composite/things/track/index.js @@ -4,7 +4,6 @@ export {default as inheritContributionListFromMainRelease} from './inheritContri export {default as inheritFromMainRelease} from './inheritFromMainRelease.js'; export {default as withAllReleases} from './withAllReleases.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 withMainRelease} from './withMainRelease.js'; export {default as withMainReleaseTrack} from './withMainReleaseTrack.js'; |