Skip to content

Commit

Permalink
Fix audio promise for Safari 11
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-lazarev committed Jan 31, 2018
1 parent 01744ac commit 24f7fcd
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 24f7fcd

Please sign in to comment.