mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Update programs
This commit is contained in:
parent
2ce7d2a3b2
commit
d60e528e8c
9 changed files with 92 additions and 10 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue