mirror of
https://github.com/Jackett/Jackett
synced 2025-03-11 14:44:46 +00:00
torrentdb: drop imdbid and tvdbid from tvsearch. resolves #12156
This commit is contained in:
parent
12bb70ef47
commit
d12eb4e84d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ caps:
|
|||
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep, imdbid, tvdbid]
|
||||
tv-search: [q, season, ep] # see #12156 for why imdbid and tvdbid are not defined.
|
||||
movie-search: [q, imdbid, tmdbid]
|
||||
music-search: [q]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue