Skip to content

Commit

Permalink
videojsVideoProvider: use contrib-ads event names (prebid#10081)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgirardi authored and Michele Nasti committed Aug 25, 2023
1 parent 02e1ba1 commit 859667e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/videojsVideoProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,8 @@ export const utils = {
return 'adserror';
case CONTENT_LOADED:
return 'loadstart';
case ERROR:
return ['error', 'aderror', 'contenterror'];
case PLAY:
return PLAY + 'ing';
case PLAYBACK_REQUEST:
Expand Down

0 comments on commit 859667e

Please sign in to comment.