Added orphan media flush config. Added Jules Jordan to proxy list due SFW redirect.

This commit is contained in:
DebaucheryLibrarian
2025-05-24 01:29:01 +02:00
parent 1f845bccec
commit 9deff31fe1
3 changed files with 4 additions and 4 deletions

View File

@@ -323,6 +323,7 @@ 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.',