This commit is contained in:
JustArchi
2019-04-10 18:35:21 +02:00
parent d2c044eb6a
commit 977b82ee2e

View File

@@ -716,7 +716,9 @@ namespace ArchiSteamFarm {
throw new ArgumentNullException(nameof(stringResponse));
}
Content = StringToHtmlDocument(stringResponse.Content);
if (!string.IsNullOrEmpty(stringResponse.Content)) {
Content = StringToHtmlDocument(stringResponse.Content);
}
}
}