1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2023-11-10 10:33:00 -03:00
parent 5d8a38b5c4
commit 7b404c032d

View file

@ -1050,6 +1050,7 @@ class PlayListPlayer {
$messagesFromPlayList[] = "Playlist getPlayListData videos_id={$video['id']} invalid type {$value2['type']} filename={$video['filename']}";
continue;
}
$messagesFromPlayList[] = "Playlist playListSource videos_id={$video['id']} invalid type {$value2['type']} filename={$video['filename']}";
//var_dump($value2);
$playListSources[] = new playListSource($value2['url'], $video['type'] === 'embed');
}