We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0503c commit 1f8d372Copy full SHA for 1f8d372
1 file changed
src/players/YouTube.js
@@ -81,7 +81,7 @@ export default class YouTube extends Base {
81
this.player.playVideo()
82
}
83
pause () {
84
- if (!this.isReady || this.player.pauseVideo) return
+ if (!this.isReady || !this.player.pauseVideo) return
85
this.player.pauseVideo()
86
87
stop () {
0 commit comments