Add contact sheet to recordings associated files

This commit is contained in:
0xb00bface 2020-09-30 16:23:09 +02:00
parent dcd3df5d0c
commit c88ab395e7
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ public class CreateContactSheet extends AbstractPlaceholderAwarePostProcessor {
mergeLogStream.flush();
}
if (exitCode != 1) {
rec.getAssociatedFiles().add(output.getCanonicalPath());
if (ffmpegLog.exists()) {
Files.delete(ffmpegLog.toPath());
}