1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

New: (UI) Search library by imdbId and tmdbId

This commit is contained in:
Bogdan
2023-06-18 14:15:07 +03:00
parent c22c9400c2
commit 0cbfb4ca65
3 changed files with 26 additions and 0 deletions
@@ -9,6 +9,8 @@ const fuseOptions = {
keys: [
'title',
'alternateTitles.title',
'tmdbId',
'imdbId',
'tags.label'
]
};