mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-01 16:04:07 +02:00
Rename WebClientStringResult.Content to WebClientStringResult.ContentString
This commit is contained in:
@@ -163,7 +163,7 @@ namespace Jackett.Common.Indexers
|
||||
throw new WebException($"Anidex search returned unexpected result. Expected 200 OK but got {response.Status}.", WebExceptionStatus.ProtocolError);
|
||||
|
||||
// Search seems to have been a success so parse it
|
||||
return ParseResult(response.Content);
|
||||
return ParseResult(response.ContentString);
|
||||
}
|
||||
|
||||
private IEnumerable<ReleaseInfo> ParseResult(string response)
|
||||
|
Reference in New Issue
Block a user