mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
New: Search library by MusicBrainz ID
(cherry picked from commit 377e5f7fc7bb070a2f6e55a6bc8f2bdad733c308) Closes #3813
This commit is contained in:
parent
4ee3d581dd
commit
82cb0f1889
3 changed files with 12 additions and 0 deletions
|
@ -9,6 +9,7 @@ const fuseOptions = {
|
|||
minMatchCharLength: 1,
|
||||
keys: [
|
||||
'artistName',
|
||||
'foreignArtistId',
|
||||
'tags.label'
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue