1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Auto-Select %s from %s

This commit is contained in:
Reinhard Pointner 2016-11-27 04:57:48 +08:00
parent ec8e228e80
commit 84d728a45b

View File

@ -586,6 +586,7 @@ public abstract class ScriptShellBaseClass extends Script {
}
// just pick the first option if we can't ask the user
log.log(Level.CONFIG, format("Auto-Select %s from %s", options.iterator().next(), options));
return options.iterator().next();
}