Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 91ba916884 1.166.1 2021-02-04 01:18:52 +01:00
DebaucheryLibrarian 315bf0fc89 Fixed missing date limit default argument. 2021-02-04 01:18:46 +01:00
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.166.0", "version": "1.166.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.166.0", "version": "1.166.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": {

View File

@ -145,7 +145,7 @@ const { argv } = yargs
.option('missing-date-limit', { .option('missing-date-limit', {
describe: 'Limit amount of scenes when dates are missing.', describe: 'Limit amount of scenes when dates are missing.',
type: 'number', type: 'number',
default: config.noDateLimit, default: config.missingDateLimit,
alias: ['null-date-limit', 'limit'], alias: ['null-date-limit', 'limit'],
}) })
.option('page', { .option('page', {