mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 08:12:18 +00:00
remove comment
This commit is contained in:
parent
49e922cbfb
commit
6aa79c64c8
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ export function makeVideoElementDisplayInterface(): DisplayInterface {
|
||||||
hls.on(Hls.Events.LEVEL_SWITCHED, () => {
|
hls.on(Hls.Events.LEVEL_SWITCHED, () => {
|
||||||
if (!hls) return;
|
if (!hls) return;
|
||||||
const quality = hlsLevelToQuality(hls.levels[hls.currentLevel]);
|
const quality = hlsLevelToQuality(hls.levels[hls.currentLevel]);
|
||||||
emit("changedquality", quality); // hi (hello)
|
emit("changedquality", quality);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue