Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Feb 11, 2025
1 parent 4c30590 commit 11cb227
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugin/PlayerSkins/PlayerSkins.php
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,12 @@ static function playerJSCodeOnLoad($videos_id, $nextURL = "")
$('#linkCurrentTime, .linkCurrentTime').val(url);
sendAVideoMobileMessage('timeupdate', time);
if (player.liveTracker && player.liveTracker.atLiveEdge()) {
if (player.playbackRate() !== 1) {
player.playbackRate(1);
}
}
});
;";

Expand Down

0 comments on commit 11cb227

Please sign in to comment.