diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-05-13 09:30:28 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-31 12:11:52 -0300 |
commit | 8019e8957ebd94bd53bf35002c24aa2dcdbe65c5 (patch) | |
tree | 4e1a665037f4ad62dbd5f753a86140f590ea9fdf /src/util | |
parent | 05f4385dc72df17eea850fd27b4b77d7b4f6f840 (diff) |
search, client: group results
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/search-spec.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/search-spec.js b/src/util/search-spec.js index e9e0a6f9..5aba2194 100644 --- a/src/util/search-spec.js +++ b/src/util/search-spec.js @@ -83,6 +83,7 @@ export const searchSpec = { albumData, artistData, flashData, + groupData, trackData, }) => [ albumData, @@ -92,6 +93,8 @@ export const searchSpec = { flashData, + groupData, + trackData // Exclude rereleases - there's no reasonable way to differentiate // them from the main release as part of this query. |