Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mashaal committed Apr 2, 2017
2 parents 5e55c65 + 3e992f8 commit e87fe58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/player/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default class Player {
}
next () {
if (store.getState().player.next) this.playTrack(store.getState().player.next)
else this.stop()
}
stop () {
this.audio.stop()
Expand Down

0 comments on commit e87fe58

Please sign in to comment.