diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2025-11-25 17:01:21 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2025-11-25 17:01:38 -0400 |
| commit | 3d6e0377e01a6c8c05ab3725cc0c30d02f318d0f (patch) | |
| tree | 6ef6be388e45bfa94d55247ff499f59434c0d446 /src/data/composite/things/track/index.js | |
| parent | 8a20f2b849da363336d3f7f71b14762af954457f (diff) | |
data: Track: chop withTrackNumber
one """normative""" change: we're checking availability of #index correctly now (in index mode)
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 8036d4df..f392cb8e 100644 --- a/src/data/composite/things/track/index.js +++ b/src/data/composite/things/track/index.js @@ -4,4 +4,3 @@ export {default as inheritContributionListFromMainRelease} from './inheritContri export {default as inheritFromMainRelease} from './inheritFromMainRelease.js'; export {default as withPropertyFromAlbum} from './withPropertyFromAlbum.js'; export {default as withPropertyFromMainRelease} from './withPropertyFromMainRelease.js'; -export {default as withTrackNumber} from './withTrackNumber.js'; |