forked from j62/ctbrec
1
0
Fork 0

Fix bug in variable replacement for recordings downloads

This commit is contained in:
0xb00bface 2021-05-16 12:11:05 +02:00
parent 10bc681da8
commit 6f92796158
1 changed files with 1 additions and 0 deletions

View File

@ -699,6 +699,7 @@ public class RecordingsTab extends Tab implements TabSelectionListener, Shutdown
var ctx = new PostProcessingContext();
ctx.setRecording(recording);
ctx.setConfig(config);
ctx.setRecorder(recorder);
return new DownloadPostprocessor().fillInPlaceHolders(downloadFilename, ctx) + '.' + fileSuffix;
}
}