1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-24 15:21:06 +00:00

tvstore: switch on tv imdbid #8107

This commit is contained in:
Garfield69 2020-04-11 19:03:46 +12:00
parent 68c946d8f1
commit d18927e4b3

View file

@ -35,8 +35,8 @@ namespace Jackett.Common.Indexers
link: "https://tvstore.me/",
caps: new TorznabCapabilities
{
SupportsImdbMovieSearch = true // Needed for IMDb searches to work see #7977
// SupportsImdbTVSearch = true (supported by the site but disabled due to #8107)
SupportsImdbMovieSearch = true, // Needed for IMDb searches to work see #7977
SupportsImdbTVSearch = true
},
configService: configService,
client: wc,