mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Misc
This commit is contained in:
parent
550effd7c1
commit
aa9d78af95
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@ namespace ArchiSteamFarm {
|
|||
|
||||
bool more;
|
||||
if (!bool.TryParse(jObject["more"].ToString(), out more) || !more) {
|
||||
break; // OK, last page`
|
||||
break; // OK, last page
|
||||
}
|
||||
|
||||
if (ushort.TryParse(jObject["more_start"].ToString(), out nextPage)) {
|
||||
|
|
Loading…
Reference in a new issue