Compare commits
2 Commits
733d17ae7a
...
91ba916884
Author | SHA1 | Date |
---|---|---|
|
91ba916884 | |
|
315bf0fc89 |
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.166.0",
|
||||
"version": "1.166.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.166.0",
|
||||
"version": "1.166.1",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -145,7 +145,7 @@ const { argv } = yargs
|
|||
.option('missing-date-limit', {
|
||||
describe: 'Limit amount of scenes when dates are missing.',
|
||||
type: 'number',
|
||||
default: config.noDateLimit,
|
||||
default: config.missingDateLimit,
|
||||
alias: ['null-date-limit', 'limit'],
|
||||
})
|
||||
.option('page', {
|
||||
|
|
Loading…
Reference in New Issue