mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-05-08 11:09:42 +00:00
fix hidive widevine
This commit is contained in:
parent
dce1deab28
commit
2273bf1a7a
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ import { NewHidivePlayback, Subtitle } from './@types/newHidivePlayback';
|
|||
import { MPDParsed, parse } from './modules/module.transform-mpd';
|
||||
import { canDecrypt, getKeysWVD, cdm, getKeysPRD } from './modules/cdm';
|
||||
import { exec } from './modules/sei-helper-fixes';
|
||||
import { KeyContainer } from './modules/license';
|
||||
import { KeyContainer } from './modules/widevine/license';
|
||||
|
||||
export default class Hidive implements ServiceClass {
|
||||
public cfg: yamlCfg.ConfigObject;
|
||||
|
|
|
|||
Loading…
Reference in a new issue