diff options
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. |