Skip to content

Commit

Permalink
set isMuted to false on load method (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
entonbiba authored and katspaugh committed Apr 7, 2017
1 parent 6699076 commit a761eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wavesurfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ var WaveSurfer = {
*/
load: function (url, peaks, preload) {
this.empty();
this.isMuted = false;

switch (this.params.backend) {
case 'WebAudio': return this.loadBuffer(url, peaks);
Expand Down

0 comments on commit a761eb3

Please sign in to comment.