mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update
This commit is contained in:
parent
5d8a38b5c4
commit
7b404c032d
1 changed files with 1 additions and 0 deletions
|
@ -1050,6 +1050,7 @@ class PlayListPlayer {
|
||||||
$messagesFromPlayList[] = "Playlist getPlayListData videos_id={$video['id']} invalid type {$value2['type']} filename={$video['filename']}";
|
$messagesFromPlayList[] = "Playlist getPlayListData videos_id={$video['id']} invalid type {$value2['type']} filename={$video['filename']}";
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
$messagesFromPlayList[] = "Playlist playListSource videos_id={$video['id']} invalid type {$value2['type']} filename={$video['filename']}";
|
||||||
//var_dump($value2);
|
//var_dump($value2);
|
||||||
$playListSources[] = new playListSource($value2['url'], $video['type'] === 'embed');
|
$playListSources[] = new playListSource($value2['url'], $video['type'] === 'embed');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue