0.14.0-1 Scan Fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user