forked from j62/ctbrec
Fix bug in variable replacement for recordings downloads
This commit is contained in:
parent
10bc681da8
commit
6f92796158
|
@ -699,6 +699,7 @@ public class RecordingsTab extends Tab implements TabSelectionListener, Shutdown
|
||||||
var ctx = new PostProcessingContext();
|
var ctx = new PostProcessingContext();
|
||||||
ctx.setRecording(recording);
|
ctx.setRecording(recording);
|
||||||
ctx.setConfig(config);
|
ctx.setConfig(config);
|
||||||
|
ctx.setRecorder(recorder);
|
||||||
return new DownloadPostprocessor().fillInPlaceHolders(downloadFilename, ctx) + '.' + fileSuffix;
|
return new DownloadPostprocessor().fillInPlaceHolders(downloadFilename, ctx) + '.' + fileSuffix;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue