Added scene flush. Added temporary media insert log for integer out of range error.

This commit is contained in:
DebaucheryLibrarian
2020-12-30 04:17:09 +01:00
parent 91746c73e1
commit ba3b87471e
4 changed files with 34 additions and 2 deletions

View File

@@ -283,6 +283,10 @@ const { argv } = yargs
type: 'array',
alias: 'flush-batch',
})
.option('flush-scenes', {
describe: 'Remove all scenes.',
type: 'boolean',
})
.option('delete-scenes', {
describe: 'Remove scenes by ID.',
type: 'array',