Skip to content

Commit

Permalink
updates div id name
Browse files Browse the repository at this point in the history
  • Loading branch information
karimMourra committed Mar 7, 2024
1 parent e863829 commit a3fe115
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/jwplayerRtdProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,8 @@ function getPlayer(playerDivId) {
return;
}

let errorMessage = `player Div ID ${playerID} did not match any players.`;
let errorMessage = `player Div ID ${playerDivId} did not match any players.`;

// If there are multiple instances on the page, we cannot guess which one should be targeted.
if (playerOnPageCount > 1) {
logError(errorMessage);
Expand Down

0 comments on commit a3fe115

Please sign in to comment.