mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
Update
This commit is contained in:
parent
68fbe7f8ac
commit
c3bae1d66e
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ function getOpenGraphLive()
|
|||
$liveT = new LiveTransmition($isLive['liveLink']);
|
||||
$users_id = $liveT->getUsers_id();
|
||||
$poster = Live::getPosterImage($users_id, $isLive['live_servers_id'], $isLive['live_schedule']);
|
||||
$liveStreamObject = new LiveStreamObject($isLive['key'], $isLive['live_servers_id'], $isLive['live_index'], 0);
|
||||
$liveStreamObject = new LiveStreamObject($isLive['cleanKey'], $isLive['live_servers_id'], $isLive['live_index'], 0);
|
||||
echo PHP_EOL . "<!-- OpenGraph Live users_id={$users_id} ".json_encode($isLive)." -->" . PHP_EOL;
|
||||
$videoType = '';
|
||||
$modifiedDate = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue