1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-03 13:46:10 +00:00

brokenstones: add 2FA option. resolves #12547 (#12549)

This commit is contained in:
ilike2burnthing 2021-11-13 23:23:58 +00:00 committed by GitHub
parent 4c3a041f1d
commit be33903ca8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,8 @@ namespace Jackett.Common.Indexers
logger: l,
p: ps,
cs: cs,
supportsFreeleechTokens: true)
supportsFreeleechTokens: true,
has2Fa: true)
{
Language = "en-US";
Type = "private";