Skip to content

Commit

Permalink
Merge pull request #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 01744ac + 24f7fcd commit 09de619
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 09de619

Please sign in to comment.