1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
Daniel Neto 2023-11-10 10:30:03 -03:00
parent 5f825e5c1b
commit 5d8a38b5c4

View file

@ -1047,7 +1047,7 @@ class PlayListPlayer {
$playListSources = array(); $playListSources = array();
foreach ($sources as $value2) { foreach ($sources as $value2) {
if ($value2['type'] !== 'video' && $value2['type'] !== 'audio' && $value2['type'] !== 'serie') { if ($value2['type'] !== 'video' && $value2['type'] !== 'audio' && $value2['type'] !== 'serie') {
$messagesFromPlayList[] = "Playlist getPlayListData videos_id={$value2['id']} invalid type {$value2['type']} filename={$value2['filename']}"; $messagesFromPlayList[] = "Playlist getPlayListData videos_id={$video['id']} invalid type {$value2['type']} filename={$video['filename']}";
continue; continue;
} }
//var_dump($value2); //var_dump($value2);