Skip to content

Commit

Permalink
pages = pages+ 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ccloli committed Mar 15, 2020
1 parent 4f21e81 commit 332ba98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/torrentsync.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,10 @@ class TorrentSync {
}
});

page++;
if (this.pages === page) {
break;
}
page++;
}

if (!list.length) {
Expand Down

0 comments on commit 332ba98

Please sign in to comment.