mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-05 03:00:21 +02:00
Warn on redirect to alt domain when checking if login required
This commit is contained in:
parent
f958c4aefa
commit
eadea745f8
1 changed files with 1 additions and 1 deletions
|
|
@ -952,7 +952,7 @@ public bool CheckIfLoginIsNeeded(HttpResponse response)
|
|||
{
|
||||
var errormessage = "Got redirected to another domain. Try changing the indexer URL to " + domainHint + ".";
|
||||
|
||||
throw new CardigannException(errormessage);
|
||||
_logger.Warn(errormessage);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue