From 730a5078b11878e5193a4a92dbfff7f22f93f98c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 21 Nov 2022 22:23:34 +0100 Subject: [PATCH] volume isok --- js/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/main.js b/js/main.js index 227b94f..2280362 100644 --- a/js/main.js +++ b/js/main.js @@ -81,7 +81,6 @@ const updateVideo = (videoFolder, videosList, tree, source, videoId) => { source.type = `video/${videosList[videoId][1]}`; // Force the reload of the video - // TODO(enhancement): Keep previous volume videoElement.load(); // Add buttons at the end of the video