mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
Add more filters in the search
This commit is contained in:
parent
85ae02c127
commit
97efaa96ca
6 changed files with 1959 additions and 1784 deletions
|
@ -5,7 +5,7 @@ if (document.pictureInPictureEnabled) {
|
|||
console.log('Picture-in-Picture visibilitychange', document.visibilityState);
|
||||
try {
|
||||
if (document.visibilityState === 'hidden') {
|
||||
if (!player.paused()) {
|
||||
if (!player.paused() && !document.pictureInPictureElement) {
|
||||
player.requestPictureInPicture();
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue