mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: (ImmortalSeed) Update relogin check
This commit is contained in:
@@ -80,7 +80,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
|||||||
|
|
||||||
protected override bool CheckIfLoginNeeded(HttpResponse httpResponse)
|
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()
|
private IndexerCapabilities SetCapabilities()
|
||||||
|
Reference in New Issue
Block a user