1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00
DanieL 2022-07-25 20:02:02 -03:00
parent a82776190a
commit 05e8be7cc1

View file

@ -61,7 +61,10 @@ if (isValidM3U8Link($liveLink)) {
$htmlMediaTag .= getLiveUsersLabelHTML();
echo PlayerSkins::getMediaTag(false, $htmlMediaTag);
if (!empty($_REQUEST['embed'])) {
echo $htmlMediaTag;
} else {
echo PlayerSkins::getMediaTag(false, $htmlMediaTag);
}
?>
<!-- Live link finish -->