Fix issue with GUI decrypting

This commit is contained in:
AnimeDL 2024-01-28 09:46:15 -08:00
parent f204b068ea
commit 615cef700a
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,4 @@
ffmpeg: "ffmpeg.exe"
mkvmerge: "mkvmerge.exe"
ffprobe: "ffprobe.exe"
mp4decrypt: "./bin/mp4decrypt"
mp4decrypt: "mp4decrypt.exe"

View file

@ -1123,6 +1123,9 @@ export default class Crunchy implements ServiceClass {
return;
}
if (!this.cfg.bin.ffmpeg)
this.cfg.bin = await yamlCfg.loadBinCfg();
let mediaName = '...';
let fileName;
const variables: Variable[] = [];