Skip to content

Commit

Permalink
fix: player reset event name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ziv committed Mar 28, 2018
1 parent 7f5161b commit c071eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/engine-connector/engine-connector.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class EngineConnector extends BaseComponent {
componentDidMount() {
const TrackType = this.player.Track;

this.player.addEventListener(this.player.Event.PLAYER_RESET_ENDED, () => {
this.player.addEventListener(this.player.Event.PLAYER_RESET, () => {
this.props.updateIsStopped(true);
});

Expand Down

0 comments on commit c071eb8

Please sign in to comment.