Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AD-1556] Bid Impression Verification #23

Merged
merged 18 commits into from
Mar 9, 2022
Merged
Prev Previous commit
Next Next commit
uses config fallback
  • Loading branch information
karimMourra committed Feb 10, 2022
commit 8f9246fd4c2876c76b6c5059ab54bce80a63fe9e
2 changes: 1 addition & 1 deletion modules/jwplayerVideoProvider.js
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ export function JWPlayerProvider(config, jwplayer_, adState_, timeState_, callba
if (!player) {
return;
}
const config = player.getConfig();
const config = player.getConfig() || {};
const adConfig = config.advertising || {};
supportedMediaTypes = supportedMediaTypes || utils.getSupportedMediaTypes(MEDIA_TYPES);