From 9c3f0a79ee38ee5a13617ed0406d42e579ed49f3 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 25 Nov 2025 16:08:30 -0400 Subject: data: Track: chop withMainReleaseTrack probably contains normative changes re: dropping notFoundValue behavior in properties which inherit from main release, but has no effect on good wiki data and maybe those compositions resolve the same anyway... --- src/data/composite/things/track/alwaysReferenceByDirectory.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/data/composite/things/track/alwaysReferenceByDirectory.js') diff --git a/src/data/composite/things/track/alwaysReferenceByDirectory.js b/src/data/composite/things/track/alwaysReferenceByDirectory.js index 7b72865b..b1b0d531 100644 --- a/src/data/composite/things/track/alwaysReferenceByDirectory.js +++ b/src/data/composite/things/track/alwaysReferenceByDirectory.js @@ -15,7 +15,6 @@ import { exposeUpdateValueOrContinue, } from '#composite/control-flow'; -import withMainReleaseTrack from './withMainReleaseTrack.js'; import withPropertyFromAlbum from './withPropertyFromAlbum.js'; export default templateCompositeFrom({ @@ -44,15 +43,13 @@ export default templateCompositeFrom({ value: input.value(false), }), - withMainReleaseTrack(), - exitWithoutDependency({ - dependency: '#mainReleaseTrack', + dependency: 'mainReleaseTrack', value: input.value(false), }), withPropertyFromObject({ - object: '#mainReleaseTrack', + object: 'mainReleaseTrack', property: input.value('name'), }), -- cgit 1.3.0-6-gf8a5