From 2273bf1a7a4e011e2d014371b3e2e0e60a44fffb Mon Sep 17 00:00:00 2001 From: stratumadev Date: Wed, 7 May 2025 14:04:03 +0200 Subject: [PATCH] fix hidive widevine --- hidive.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hidive.ts b/hidive.ts index 6313de2..ab43542 100644 --- a/hidive.ts +++ b/hidive.ts @@ -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;