Skip to content

Commit

Permalink
docs: update player reference in advanced plugins doc (#4622)
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra authored and gkatsev committed Sep 20, 2017
1 parent 9d249bb commit d8ea23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ class Advanced extends Plugin {
}

updateState() {
this.setState({playing: !player.paused()});
this.setState({playing: !this.player.paused()});
}

logState(changed) {
Expand Down

0 comments on commit d8ea23e

Please sign in to comment.