diff --git a/plugin/PlayerSkins/PlayerSkins.php b/plugin/PlayerSkins/PlayerSkins.php index 10653a054b03..1fd48e8a6cbc 100644 --- a/plugin/PlayerSkins/PlayerSkins.php +++ b/plugin/PlayerSkins/PlayerSkins.php @@ -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); + } + } }); ;";