Fixed: (ImmortalSeed) Update relogin check

pull/2291/head v1.27.0.4852
Bogdan 4 weeks ago committed by GitHub
parent 30c4bb24e8
commit b8b32f8708
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -80,7 +80,7 @@ namespace NzbDrone.Core.Indexers.Definitions
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…
Cancel
Save