Skip to content

Commit 993cf61

Browse files
author
Bryan Yao
committed
remove import eme config
1 parent 3fac20d commit 993cf61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demux/transmuxer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import ChunkCache from './chunk-cache';
1414
import { appendUint8Array } from '../utils/mp4-tools';
1515

1616
import { logger } from '../utils/logger';
17-
import { HlsConfig, EMEControllerConfig, KeyidValue } from '../config';
17+
import { HlsConfig, KeyidValue } from '../config';
1818

1919
let now;
2020
// performance.now() not available on WebWorker, at least on Safari Desktop

0 commit comments

Comments
 (0)