[libble] Extend login cookie TTL (#13805)

This commit is contained in:
Bogdan 2022-12-24 02:25:43 +02:00 committed by GitHub
parent 2afdd4872b
commit 2b6184c020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -410,7 +410,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
* leech24
* LegacyHD (HD4Free)
* LemonHD
* Libble [![(invite needed)][inviteneeded]](#)
* Libble
* LibraNet (LN)
* LinkoManija [![(invite needed)][inviteneeded]](#)
* Locadora

View File

@ -98,6 +98,7 @@ namespace Jackett.Common.Indexers
{
{"username", configData.Username.Value},
{"password", configData.Password.Value},
{"keeplogged", "1"}
{"login", "Login"}
};