diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-02-12 18:38:03 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-02-12 18:38:03 -0400 |
| commit | 774ff286619dd938637e6aa9630a842444dce2ee (patch) | |
| tree | 89934c2aae70c1ece181b99883a29a5c1a85e4dd /src/static/js | |
| parent | 1875057d11e2f09c5751ff0e60aa0e3deeb8d6dd (diff) | |
content, client: "Albums" -> "Releases" in search filters preview
Diffstat (limited to 'src/static/js')
| -rw-r--r-- | src/static/js/search-worker.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/js/search-worker.js b/src/static/js/search-worker.js index 92ba1f0d..f6b24386 100644 --- a/src/static/js/search-worker.js +++ b/src/static/js/search-worker.js @@ -528,7 +528,7 @@ function queryIndex({termsKey, indexKey}, query, options) { function processTerms(query) { const kindTermSpec = [ - {kind: 'album', terms: ['album', 'albums']}, + {kind: 'album', terms: ['album', 'albums', 'release', 'releases']}, {kind: 'artist', terms: ['artist', 'artists']}, {kind: 'flash', terms: ['flash', 'flashes']}, {kind: 'group', terms: ['group', 'groups']}, |