Skip to content

Commit

Permalink
fix(FEC-8257): research autoplay detection handling (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ziv authored and OrenMe committed Jun 17, 2018
1 parent edf12cd commit 16615f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/engine-connector/engine-connector.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class EngineConnector extends BaseComponent {
});

this.player.addEventListener(this.player.Event.CHANGE_SOURCE_STARTED, () => {
this.props.updateFallbackToMutedAutoPlay(false);
this.props.updateAdBreak(false);
this.props.updateAdIsPlaying(false);
this.props.updateIsPlaying(false);
Expand Down

0 comments on commit 16615f5

Please sign in to comment.