« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/common-util/search-spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/common-util/search-spec.js')
-rw-r--r--src/common-util/search-spec.js2
1 files changed, 1 insertions, 1 deletions
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) {