mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04: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