mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +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();
|
$htmlMediaTag .= getLiveUsersLabelHTML();
|
||||||
|
if (!empty($_REQUEST['embed'])) {
|
||||||
echo PlayerSkins::getMediaTag(false, $htmlMediaTag);
|
echo $htmlMediaTag;
|
||||||
|
} else {
|
||||||
|
echo PlayerSkins::getMediaTag(false, $htmlMediaTag);
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
<!-- Live link finish -->
|
<!-- Live link finish -->
|
Loading…
Add table
Add a link
Reference in a new issue