mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Update
This commit is contained in:
parent
5f825e5c1b
commit
5d8a38b5c4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue