diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2025-11-25 15:38:49 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2025-11-25 15:38:49 -0400 |
| commit | e0ed41638ac5f76968499a16628f7054eae11158 (patch) | |
| tree | 3771f13d308a3cdac56c347d5c3ea6cd8f90a079 /src/data/composite/things/track/index.js | |
| parent | e4125608ed4f88ba3115ffc888035922c798705c (diff) | |
data: Track: chop withMainRelease
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 1a696b1b..20bc3ff2 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 withDirectorySuffix} from './withDirectorySuffix.js'; -export {default as withMainRelease} from './withMainRelease.js'; export {default as withMainReleaseTrack} from './withMainReleaseTrack.js'; export {default as withOtherReleases} from './withOtherReleases.js'; export {default as withPropertyFromAlbum} from './withPropertyFromAlbum.js'; |