Skip to content

Commit

Permalink
Merge pull request goldfire#896 from eugene-lazarev/master
Browse files Browse the repository at this point in the history
Fix audio promise for Safari 11
  • Loading branch information
goldfire authored Feb 2, 2018
2 parents 1711dc6 + 33c5729 commit 5438fef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/howler.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,9 @@
play.then(function () {
self._playLock = false;
self._loadQueue();
}, function () {
self._playLock = false;
self._loadQueue();
});
}

Expand Down

0 comments on commit 5438fef

Please sign in to comment.