From 76e508ffe3818a78fb941ecde05fe9c269e8bc22 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 19 Feb 2025 16:24:14 -0400 Subject: data: isOriginalRelease -> isMainRelease, etc Also isRerelease -> isSecondaryRelease Im sure this is completely bug free and will not involve squashing one million additional commits --- src/common-util/search-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common-util/search-spec.js') diff --git a/src/common-util/search-spec.js b/src/common-util/search-spec.js index 3d05c021..75de0d16 100644 --- a/src/common-util/search-spec.js +++ b/src/common-util/search-spec.js @@ -109,7 +109,7 @@ export const searchSpec = { trackData // Exclude rereleases - there's no reasonable way to differentiate // them from the main release as part of this query. - .filter(track => !track.originalReleaseTrack), + .filter(track => !track.mainReleaseTrack), ].flat(), process(thing, opts) { -- cgit 1.3.0-6-gf8a5