Skip to content

Commit

Permalink
fix(FEC-12575): YouTube entries time counter issue (#4299)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzipi-kaltura authored Sep 20, 2022
1 parent 8786fc6 commit 2796fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ExternalPlayers/resources/mw.EmbedPlayerYouTube.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
// update the playhead status
this.updatePlayheadStatus();
}
this.monitor();
break;
case YT.PlayerState.PAUSED:
stateName = "paused";
Expand Down Expand Up @@ -503,7 +504,6 @@
});
}
}
this.monitor();
}
},

Expand Down

0 comments on commit 2796fe9

Please sign in to comment.