core: disable SupportsImdbTVSearch in all trackers due to #8107 (#8108)

This commit is contained in:
Diego Heras
2020-04-09 21:48:59 +02:00
committed by GitHub
parent 208ca3b065
commit 7736e2f87d
14 changed files with 24 additions and 24 deletions

View File

@@ -29,8 +29,8 @@ namespace Jackett.Common.Indexers
link: "https://elite-tracker.net/",
caps: new TorznabCapabilities
{
SupportsImdbMovieSearch = true,
SupportsImdbTVSearch = true
SupportsImdbMovieSearch = true
// SupportsImdbTVSearch = true (supported by the site but disabled due to #8107)
},
configService: configService,
logger: logger,