mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-21 16:03:59 +01:00
Fixed: (ImmortalSeed) Update relogin check
This commit is contained in:
parent
30c4bb24e8
commit
b8b32f8708
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ protected override async Task DoLogin()
|
|||
|
||||
protected override bool CheckIfLoginNeeded(HttpResponse httpResponse)
|
||||
{
|
||||
return httpResponse.Content.Contains("You do not have permission to access this page.");
|
||||
return !httpResponse.Content.Contains("logout.php");
|
||||
}
|
||||
|
||||
private IndexerCapabilities SetCapabilities()
|
||||
|
|
|
|||
Loading…
Reference in a new issue