1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

New: Search library by TheTVDB, TV Maze or IMDB IDs

This commit is contained in:
Bogdan
2023-06-21 05:29:15 +03:00
committed by GitHub
parent 0a05781aca
commit 377e5f7fc7
3 changed files with 39 additions and 0 deletions
@@ -10,6 +10,9 @@ const fuseOptions = {
keys: [
'title',
'alternateTitles.title',
'tvdbId',
'tvMazeId',
'imdbId',
'tags.label'
]
};