Skip to content

Commit

Permalink
Fix isPlaying bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Oct 30, 2017
1 parent dd5a0ac commit 193f3dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Player.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ export default class Player extends Component {
ref={this.ref}
onReady={this.onReady}
onPlay={this.onPlay}
onPause={this.onPause}
onEnded={this.onEnded}
/>
)
Expand Down

0 comments on commit 193f3dd

Please sign in to comment.