@@ -70,6 +70,9 @@ class Controller {
|
||||
}.bind(this)
|
||||
);
|
||||
|
||||
const volume = document.getElementById("volume");
|
||||
volume.addEventListener("input", this.view.videoPlayer.updateVolume);
|
||||
|
||||
document.addEventListener(
|
||||
"keyup",
|
||||
function (e) {
|
||||
|
||||
Reference in New Issue
Block a user