1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

Update programs

This commit is contained in:
daniel 2020-01-14 16:19:04 -03:00
parent 2ce7d2a3b2
commit d60e528e8c
9 changed files with 92 additions and 10 deletions

View file

@ -505,7 +505,7 @@ function playerPlay(currentTime) {
player.muted(true);
playerPlay(currentTime);
} else {
if (player.muted()) {
if (player.muted() && !inIframe()) {
swal({
html: true,
title: "Your Media is Muted",