From d12eb4e84deb1818b4b770f7b3d807552bc0e263 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 14 Aug 2021 09:29:41 +1200 Subject: [PATCH] torrentdb: drop imdbid and tvdbid from tvsearch. resolves #12156 --- src/Jackett.Common/Definitions/torrentdb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/torrentdb.yml b/src/Jackett.Common/Definitions/torrentdb.yml index 7686e7a39..11fe2e195 100644 --- a/src/Jackett.Common/Definitions/torrentdb.yml +++ b/src/Jackett.Common/Definitions/torrentdb.yml @@ -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]