mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-05-12 12:50:40 +00:00
[HD] Fix GUI
This commit is contained in:
parent
267480c1ba
commit
559dfe11de
1 changed files with 4 additions and 4 deletions
|
|
@ -660,15 +660,15 @@ export default class Hidive implements ServiceClass {
|
|||
console.error('No valid Widevine or PlayReady CDM detected. Please ensure a supported and functional CDM is installed.');
|
||||
return undefined;
|
||||
}
|
||||
|
||||
|
||||
if (!this.cfg.bin.ffmpeg)
|
||||
this.cfg.bin = await yamlCfg.loadBinCfg();
|
||||
|
||||
if (!this.cfg.bin.mp4decrypt && !this.cfg.bin.shaka) {
|
||||
console.error('Neither Shaka nor MP4Decrypt found. Please ensure at least one of them is installed.');
|
||||
return undefined;
|
||||
}
|
||||
|
||||
if (!this.cfg.bin.ffmpeg)
|
||||
this.cfg.bin = await yamlCfg.loadBinCfg();
|
||||
|
||||
variables.push(...([
|
||||
['title', selectedEpisode.title, true],
|
||||
['episode', selectedEpisode.episodeInformation.episodeNumber, false],
|
||||
|
|
|
|||
Loading…
Reference in a new issue