Skip to content

Commit 9a18eef

Browse files
authored
Merge pull request #210 from McGiverGim/video_volume_100
Video volume 100%
2 parents 0383f73 + 5065a68 commit 9a18eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ function BlackboxLogViewer() {
713713
}
714714

715715
videoURL = URL.createObjectURL(file);
716-
video.volume = 0.05;
716+
video.volume = 1.00;
717717
video.src = videoURL;
718718

719719
// Reapply the last playbackRate to the new video

0 commit comments

Comments
 (0)