Skip to content

Commit

Permalink
videojsVideoProvider: use contrib-ads event names (#10081)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgirardi authored Jun 9, 2023
1 parent 6293cd6 commit 0ab31c4
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 0ab31c4

Please sign in to comment.