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:
parent
68c946d8f1
commit
d18927e4b3
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue