window[‘TVEPlayer’] = “1705741278110361576”;
if( typeof window[‘NEILSENTRACE’] !== ‘undefined’ ){
window[‘NEILSENTRACE’].init();
} else {
console.log(“Neilsen not ready at player ready”);
}
// Fix for PRDT-3013
// Code will check for presence of brightcove player and attempt to autoplay if it isn’t playing
// due to an error in another player plugin
( () => {
try {
const CHECK_INTERVAL = 500; //check every .5 seconds
const CHECK_MAX_ITERATIONS = 120; //check for max 60 seconds
//checks that the video isn’t playing
const isVideoPlaying = ( player ) => {
return !!( 0 < player.currentTime() && !player.paused() && !player.ended() && 2 {
if ( !window[ 'videojs' ] || !window[ 'videojs' ].getPlayer( window[ 'TVEPlayer' ] ) ) {
if ( checkCount++ <= CHECK_MAX_ITERATIONS ) { //retry for 60 seconds
setTimeout( checkForPlayer, CHECK_INTERVAL );
}
} else {
//we found the player, now play it
const player = window[ 'videojs' ].getPlayer( window[ 'TVEPlayer' ] );
if ( player && !isVideoPlaying( player ) && 'muted' === player.autoplay() ) {
player.play();
}
}
};
checkForPlayer();
} catch ( e ) {
window.nesn_debug && console.warn( 'Error trying to force autoplay of video', e ); // eslint-disable-line no-console
}
} )();
Alex Cora was quick to turn the page after the Red Sox and the Yankees shared the field for a very heated contest Saturday afternoon.
Aaron Judge took the same approach.
Tensions started to build between the longtime rivals in the first inning when Gerrit Cole hit Rafael Devers, which Cora thought was intentional. Boston’s manager addressed the incident again Sunday afternoon and argued the matter was closed in the sixth frame when the visitors “had their chance” to respond but didn’t execute. Cora seemingly was referring to Brayan Bello throwing behind — but not hitting — Judge.
Aaron Boone chose not to address Cora’s blunt comment, as intentional beanings are “not allowed” in Major League Baseball. Judge didn’t avoid the situation, but he didn’t express any frustration either.
“Things like that happen,” Judge told reporters, per The Boston Globe. “I know they’re upset. I think three other guys got it that day, and I think they’re just protecting their players. So something’s got to happen and that’s the way this game kind of gets policed and has been policed for 100 years. So the biggest thing is don’t miss when you do it.”
The series finale in the Bronx was bereft of theatrics, but Judge and the Yankees nonetheless earned the last laugh with a 5-2 win Sunday. Not only did the Bronx Bombers claim the final regular-season series between the foes, but they also decreased the likelihood of the Red Sox reaching the playoffs.
Boston, now 4 1/2 games back of the final American League wild-card spot, has 12 games left on its slate.