mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Replaced Uri with HttpUri.
This commit is contained in:
@@ -17,7 +17,7 @@ namespace NzbDrone.Core.Indexers
|
||||
HttpRequest = httpRequest;
|
||||
}
|
||||
|
||||
public Uri Url
|
||||
public HttpUri Url
|
||||
{
|
||||
get { return HttpRequest.Url; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user