volume isok

This commit is contained in:
Mylloon 2022-11-21 22:23:34 +01:00
parent 4801f8add0
commit 730a5078b1
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -81,7 +81,6 @@ const updateVideo = (videoFolder, videosList, tree, source, videoId) => {
source.type = `video/${videosList[videoId][1]}`; source.type = `video/${videosList[videoId][1]}`;
// Force the reload of the video // Force the reload of the video
// TODO(enhancement): Keep previous volume
videoElement.load(); videoElement.load();
// Add buttons at the end of the video // Add buttons at the end of the video