New: Search library by MusicBrainz ID

(cherry picked from commit 377e5f7fc7bb070a2f6e55a6bc8f2bdad733c308)

Closes #3813
This commit is contained in:
Bogdan 2023-06-21 05:29:15 +03:00
parent 4ee3d581dd
commit 82cb0f1889
3 changed files with 12 additions and 0 deletions

View file

@ -9,6 +9,7 @@ const fuseOptions = {
minMatchCharLength: 1,
keys: [
'artistName',
'foreignArtistId',
'tags.label'
]
};