0.14.0-1 Scan Fix

This commit is contained in:
2026-04-20 09:45:46 +00:00
parent 9890971ff3
commit d423527f0a
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1384,7 +1384,7 @@ class SettingsService {
const cmd = map.handbrake_command || 'HandBrakeCLI';
const sourceArg = this.resolveHandBrakeSourceArg(map, deviceInfo);
// Match legacy rip.sh behavior: scan all titles, then decide in app logic.
const args = ['--scan', '--json', '-i', sourceArg, '-t', '0'];
const args = ['--scan', '--json', '-i', sourceArg];
logger.debug('cli:handbrake:scan', {
cmd,
args,