Skip to content

Commit

Permalink
remove import eme config
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Yao committed Jul 31, 2020
1 parent 3fac20d commit 993cf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demux/transmuxer.ts
Expand Up @@ -14,7 +14,7 @@ import ChunkCache from './chunk-cache';
import { appendUint8Array } from '../utils/mp4-tools';

import { logger } from '../utils/logger';
import { HlsConfig, EMEControllerConfig, KeyidValue } from '../config';
import { HlsConfig, KeyidValue } from '../config';

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

0 comments on commit 993cf61

Please sign in to comment.