mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-21 23:38:50 -05:00
Make --format -exec pipeline more stateless
This commit is contained in:
parent
2838a8f976
commit
8b71eda926
@ -42,7 +42,7 @@ public class ExecCommand {
|
||||
private IntStream executeSequence(Stream<MediaBindingBean> group) {
|
||||
return group.map(v -> {
|
||||
return template.stream().map(t -> getArgumentValue(t, v)).filter(Objects::nonNull).collect(toList());
|
||||
}).distinct().mapToInt(this::execute);
|
||||
}).mapToInt(this::execute);
|
||||
}
|
||||
|
||||
private IntStream executeParallel(Stream<MediaBindingBean> group) {
|
||||
|
Loading…
Reference in New Issue
Block a user