mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +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();
|
||||
foreach ($sources as $value2) {
|
||||
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;
|
||||
}
|
||||
//var_dump($value2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue