Restarting Video Progress in Repeater

@russian-dima I just mean this section:

$w("#videoPlayer2").onEnded( (event) => {
        $w("#button11").show();

has already run once and advancing to the next item in the repeater doesn’t prompt the code to run again.