Small tweak to play(), pause()
This commit is contained in:
parent
6cec6b2e16
commit
1d2bd227f1
2
dist/js/plyr.js
vendored
2
dist/js/plyr.js
vendored
File diff suppressed because one or more lines are too long
@ -706,15 +706,11 @@
|
||||
// Play media
|
||||
function _play() {
|
||||
player.media.play();
|
||||
|
||||
_checkPlaying();
|
||||
}
|
||||
|
||||
// Pause media
|
||||
function _pause() {
|
||||
player.media.pause();
|
||||
|
||||
_checkPlaying();
|
||||
}
|
||||
|
||||
// Check playing state
|
||||
|
Loading…
x
Reference in New Issue
Block a user