mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
parent
a82776190a
commit
05e8be7cc1
1 changed files with 5 additions and 2 deletions
|
@ -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 -->
|
Loading…
Add table
Add a link
Reference in a new issue