mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Refactored the Indexer architecture to support non-rss indexers.
This commit is contained in:
@@ -14,6 +14,12 @@ namespace NzbDrone.Common.Http
|
||||
Response = response;
|
||||
}
|
||||
|
||||
public HttpException(HttpResponse response)
|
||||
: this(response.Request, response)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
if (Response != null)
|
||||
|
Reference in New Issue
Block a user