1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
DanielnetoDotCom 2020-10-19 19:12:10 -03:00
parent fc04391c27
commit 82b14f09af
2 changed files with 7 additions and 8 deletions

View file

@ -24,8 +24,3 @@ if (player.getChild('controlBar').getChild('PictureInPictureToggle')) {
}
if (compress_is_default) {
compress(player);
} else {
expand(player);
}