mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Replaced Uri with HttpUri.
This commit is contained in:
@@ -137,7 +137,7 @@ namespace NzbDrone.Core.Indexers
|
||||
|
||||
foreach (var request in pageableRequest)
|
||||
{
|
||||
url = request.Url.AbsoluteUri;
|
||||
url = request.Url.FullUri;
|
||||
|
||||
var page = FetchPage(request, parser);
|
||||
|
||||
|
Reference in New Issue
Block a user