This commit is contained in:
JustArchi 2016-06-03 00:06:13 +02:00
parent 550effd7c1
commit aa9d78af95

View file

@ -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)) {