mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
This commit is contained in:
parent
fe8348b1f4
commit
c1a0924ac3
1 changed files with 3 additions and 5 deletions
|
@ -1523,9 +1523,7 @@ window.addEventListener('message', function (event) {
|
|||
player.muted(false);
|
||||
break;
|
||||
case 'closeFullscreen':
|
||||
if (document.fullscreenElement) {
|
||||
document.exitFullscreen();
|
||||
}
|
||||
closeFullscreenVideo();
|
||||
break;
|
||||
default:
|
||||
console.log('Unknown command:', event.data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue