Skip to content

Commit b6540e8

Browse files
authored
Merge pull request #78 from StoPlay/issue-71
fix issue #71
2 parents 34a60f7 + 0e39972 commit b6540e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Provider.prototype.attachEvents = function () {
114114
};
115115

116116
Provider.prototype.__changeState = function (status) {
117-
if (status != this.status) {
117+
if (status != this.status || status == "playing") {
118118
switch(status) {
119119
case "playing":
120120
this.trigger( 'start' );

0 commit comments

Comments
 (0)