mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 01:39:19 +02:00
Merge branch 'master' of git://github.com/timonbandit/videojs-resolution-switcher into timonbandit-master
Conflicts: lib/videojs-resolution-switcher.js
This commit is contained in:
commit
dc22099421
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@
|
|||
var isPaused = player.paused();
|
||||
|
||||
// Hide bigPlayButton
|
||||
if(!isPaused){
|
||||
if(!isPaused && this.player_.options_.bigPlayButton){
|
||||
this.player_.bigPlayButton.hide();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue