mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-21 08:21:56 +00:00
[HD] Fix bin cfg sometimes not being loaded
This commit is contained in:
parent
1e09625b85
commit
9e9fb6eb76
1 changed files with 3 additions and 0 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Reference in a new issue