Oilers’ Connor Brown remains in lineup for Game 2 vs. Stars
Connor Brown will keep is streak alive, he hasn’t missed a game so far this season and even after missing the morning skate, he won’t miss Friday night.

Connor Brown hasn’t missed a game yet this season — and that streak’s not about to end.
The Edmonton Oilers forward will play in Friday’s Game 2 against the Dallas Stars despite missing morning skate, head coach Kris Knoblauch told reporters.
Brown was replaced during morning rushes by Jeff Skinner, leading to some speculation he would be unable to suit up as the Oilers look to even the West final at 1-1.
Instead, he appears set to rejoin his third line alongside Evander Kane and Adam Henrique.
The 31-year-old right-winger has an undisclosed injury that also forced him to miss morning skate on Wednesday.
if (!res.ok) { throw new Error('Failed to fetch odds data'); }
const data = await res.json(); const oddsData = data?.data?.game?.details?.current_line; const visitingTeam = data?.data?.game?.visiting_team; const visitingTeamLogo = data?.data?.game?.visiting_team?.image_url_90; const homeTeam = data?.data?.game?.home_team; const homeTeamLogo = data?.data?.game?.home_team?.image_url_90; const gameTimestamp = data?.data?.game?.details?.timestamp;
return { oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp }; }
async function renderBetMGM(componentId, league, gameId) { let oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp, error;
const container = document.getElementById(componentId + '-odds'); if (!container) return;
try { ({ oddsData, visitingTeam, visitingTeamLogo, homeTeam, homeTeamLogo, gameTimestamp } = await fetchOddsData(league, gameId)); } catch (err) { error = err.message; }
if (error) { container.innerHTML = `
`; return; }
if (!oddsData) { container.innerHTML = `
`; return; }
let gameDate = new Date(gameTimestamp * 1000); const gameDateFormatted = gameDate.toLocaleDateString('en-US', { year: 'numeric', month: 'long', day: 'numeric' });
container.innerHTML = `
`; }
// Example usage renderBetMGM('block_528c8d0f600c7eb4563cf0444007ccd0', 'NHL', '3f75c02a-212e-44c4-8e43-12bf69d5c593');
He was a game-time decision in Game 1 against the Dallas Stars but did appear in the lineup, blocking two shots and playing 13:48 minutes in the series opener.
Brown has four goals and three assists in the Stanley Cup Playoffs this year.
Live coverage of Friday’s Game 2 between the Oilers and Stars will be available on Sportsnet and Sportsnet+ beginning at 8 p.m. ET / 6 p.m. MT.