Fixed orphaned media flush running on every startup.
This commit is contained in:
@@ -323,7 +323,6 @@ const { argv } = yargs
|
||||
describe: 'Remove all orphaned media items from database and disk.',
|
||||
type: 'boolean',
|
||||
alias: 'flush-media',
|
||||
default: config.media.flushOrphaned,
|
||||
})
|
||||
.option('flush-media-files', {
|
||||
describe: 'Remove files from storage when flushing media.',
|
||||
|
||||
Reference in New Issue
Block a user