mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Misc
This commit is contained in:
@@ -716,7 +716,9 @@ namespace ArchiSteamFarm {
|
||||
throw new ArgumentNullException(nameof(stringResponse));
|
||||
}
|
||||
|
||||
Content = StringToHtmlDocument(stringResponse.Content);
|
||||
if (!string.IsNullOrEmpty(stringResponse.Content)) {
|
||||
Content = StringToHtmlDocument(stringResponse.Content);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user