mirror of https://github.com/Jackett/Jackett
Psytorrents: add supportsFreeleechTokens
This commit is contained in:
parent
42b9e2a406
commit
d578f585b3
|
@ -15,7 +15,8 @@ namespace Jackett.Indexers
|
||||||
configService: configService,
|
configService: configService,
|
||||||
logger: logger,
|
logger: logger,
|
||||||
protectionService: protectionService,
|
protectionService: protectionService,
|
||||||
webClient: webClient
|
webClient: webClient,
|
||||||
|
supportsFreeleechTokens: true
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
Language = "en-us";
|
Language = "en-us";
|
||||||
|
|
Loading…
Reference in New Issue