Compare commits
No commits in common. "91ba916884fd014d2e06b49050b009df691d3f4a" and "733d17ae7ac7cfbb4a0fb6b9a0714f75de64f6d1" have entirely different histories.
91ba916884
...
733d17ae7a
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.166.1",
|
||||
"version": "1.166.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.166.1",
|
||||
"version": "1.166.0",
|
||||
"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.missingDateLimit,
|
||||
default: config.noDateLimit,
|
||||
alias: ['null-date-limit', 'limit'],
|
||||
})
|
||||
.option('page', {
|
||||
|
|
Loading…
Reference in New Issue