Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/players/FilePlayer.js
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ export default class FilePlayer extends Base {
this.player.onplay = this.props.onPlay
this.player.onpause = this.props.onPause
super.componentDidMount()
this.onReady();
this.onReady()
}
shouldComponentUpdate (nextProps) {
return this.props.url !== nextProps

0 comments on commit 73fb9cf

Please sign in to comment.