diff --git a/hidive.ts b/hidive.ts index f36ccc6..a695850 100644 --- a/hidive.ts +++ b/hidive.ts @@ -1120,6 +1120,9 @@ export default class Hidive implements ServiceClass { const chosenFontSize = options.originalFontSize ? undefined : options.fontSize; let encryptionKeys: KeyContainer[] | undefined = undefined; if (!canDecrypt) console.warn('Decryption not enabled!'); + + if (!this.cfg.bin.ffmpeg) + this.cfg.bin = await yamlCfg.loadBinCfg(); variables.push(...([ ['title', selectedEpisode.title, true],