Skip to content

Commit

Permalink
Merge pull request #78 from StoPlay/issue-71
Browse files Browse the repository at this point in the history
fix issue #71
  • Loading branch information
beshur authored Jan 24, 2018
2 parents 34a60f7 + 0e39972 commit b6540e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Provider.prototype.attachEvents = function () {
};

Provider.prototype.__changeState = function (status) {
if (status != this.status) {
if (status != this.status || status == "playing") {
switch(status) {
case "playing":
this.trigger( 'start' );
Expand Down

0 comments on commit b6540e8

Please sign in to comment.