mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-19 11:20:49 +02:00
Fix indent from 37c393a659
This commit is contained in:
parent
1959efbd09
commit
710c3d6deb
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ public ValidationFailure TestConnection(WhisparrIndexer indexer, WhisparrSetting
|
|||
return new ValidationFailure("ProwlarrUrl", "Prowlarr url is invalid, Whisparr cannot connect to Prowlarr");
|
||||
}
|
||||
|
||||
if (ex.Response.StatusCode == HttpStatusCode.SeeOther)
|
||||
if (ex.Response.StatusCode == HttpStatusCode.SeeOther)
|
||||
{
|
||||
_logger.Error(ex, "Whisparr returned redirect and is invalid");
|
||||
return new ValidationFailure("BaseUrl", "Whisparr url is invalid, Prowlarr cannot connect to Whisparr - are you missing a url base?");
|
||||
|
|
|
|||
Loading…
Reference in a new issue