window[‘TVEPlayer’] = “1705741206383587235”;
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
}
} )();
UPDATE (11:15 a.m. ET): Jerod Mayo confirmed David Andrews will undergo shoulder surgery, land on injured reserve and probably miss the rest of the season.
ORIGINAL STORY: The outlook of the Patriots offensive line worsened Wednesday.
David Andrews suffered a shoulder injury in New England’s blowout loss to the San Francisco 49ers in Week 4. The captain reportedly mulled the idea of playing through the injury, but that could have put his 2025 season in jeopardy.
According to NFL Media’s Ian Rapoport, Andrews will undergo shoulder surgery and he is expected to be placed on season-ending injured reserve.
The expected surgery was a brutal blow for the two-time Super Bowl champion, who will contemplate his future in the NFL.
Nick Leverett replaced Andrews when the center exited last Sunday’s game, and he’ll be the presumed starter moving forward. New England did not have a direct backup on the roster or the practice squad as of Wednesday morning. That likely will change after the Patriots reportedly hosted an offensive lineman for a workout and other pending roster moves likely will be made.
Andrews’ injury coincided with the other offensive line injuries New England dealt with through four weeks including to rookie Caedan Wallace, who suffered an ankle injury in Week 4.
The 32-year-old will join fellow captain Ja’Whaun Bentley on season-ending injured reserve as the Patriots continue to deal with major injuries this season.