mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 08:15:06 +01:00
remove comment
This commit is contained in:
parent
49e922cbfb
commit
6aa79c64c8
@ -69,7 +69,7 @@ export function makeVideoElementDisplayInterface(): DisplayInterface {
|
||||
hls.on(Hls.Events.LEVEL_SWITCHED, () => {
|
||||
if (!hls) return;
|
||||
const quality = hlsLevelToQuality(hls.levels[hls.currentLevel]);
|
||||
emit("changedquality", quality); // hi (hello)
|
||||
emit("changedquality", quality);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user