Skip to content

Commit cb99255

Browse files
author
Josh Goldberg
committed
Fix for AudioPlayr patch
(kept testing code for muting in)
1 parent 59c3256 commit cb99255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioPlayr/AudioPlayr.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function AudioPlayr(settings) {
7272
// Reset the sound to the start, at the correct volume
7373
sound.name_raw = name_raw; // just to be sure
7474
soundStop(sound);
75-
sound.volume /*= !muted; /**/ = 0; /**/
75+
sound.volume = !muted;
7676

7777
// This plays the sound.
7878
sound.play();

0 commit comments

Comments
 (0)