mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Change byte result name to ContentBytes in preparation for merge
This commit is contained in:
@@ -235,7 +235,7 @@ namespace Jackett.Common.Utils.Clients
|
||||
|
||||
var result = new WebClientByteResult
|
||||
{
|
||||
Content = await response.Content.ReadAsByteArrayAsync()
|
||||
ContentBytes = await response.Content.ReadAsByteArrayAsync()
|
||||
};
|
||||
|
||||
foreach (var header in response.Headers)
|
||||
|
Reference in New Issue
Block a user