mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Cardigann: Fix baseUrl handling
This commit is contained in:
@@ -1042,7 +1042,7 @@ namespace Jackett.Indexers
|
||||
}
|
||||
else
|
||||
{
|
||||
var baseUrl = currentUrl.GetLeftPart(UriPartial.Path);
|
||||
var baseUrl = new Uri(currentUrl, ".").AbsoluteUri;
|
||||
return new Uri(baseUrl + path);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user