We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c3256 commit cb99255Copy full SHA for cb99255
src/AudioPlayr/AudioPlayr.js
@@ -72,7 +72,7 @@ function AudioPlayr(settings) {
72
// Reset the sound to the start, at the correct volume
73
sound.name_raw = name_raw; // just to be sure
74
soundStop(sound);
75
- sound.volume /*= !muted; /**/ = 0; /**/
+ sound.volume = !muted;
76
77
// This plays the sound.
78
sound.play();
0 commit comments