Compare commits
No commits in common. "115e88cd93fa8d48fe1e54fe139b4220159272b4" and "52a22b6ecadfac64e7ea126d29e1a65a2783f61d" have entirely different histories.
115e88cd93
...
52a22b6eca
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.130.2",
|
"version": "1.130.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.130.2",
|
"version": "1.130.1",
|
||||||
"description": "All the latest porn releases in one place",
|
"description": "All the latest porn releases in one place",
|
||||||
"main": "src/app.js",
|
"main": "src/app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -44,12 +44,8 @@ async function filterUniqueReleases(latestReleases, accReleases) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function needNextPage(releases, uniqueReleases, totalReleases, hasDates, upcoming) {
|
function needNextPage(releases, uniqueReleases, totalReleases, hasDates, upcoming) {
|
||||||
if (releases.length === 0) {
|
if (upcoming && uniqueReleases.length > 0) {
|
||||||
return false;
|
return argv.paginateUpcoming;
|
||||||
}
|
|
||||||
|
|
||||||
if (upcoming) {
|
|
||||||
return uniqueReleases.length > 0 && argv.paginateUpcoming;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (argv.last) {
|
if (argv.last) {
|
||||||
|
|
Loading…
Reference in New Issue