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-08-15 16:09:11 -03:00
parent 0c0ed52ebc
commit e0d5f51c8c

View file

@ -912,6 +912,7 @@ class API extends PluginAbstract
if ($value['type'] == 'serie') {
require_once $global['systemRootPath'] . 'objects/playlist.php';
$rows[$key]['playlist'] = PlayList::getVideosFromPlaylist($value['serie_playlists_id'], true);
//var_dump($rows[$key]['playlist']);exit;
}
$images = Video::getImageFromFilename($rows[$key]['filename'], $rows[$key]['type']);
$rows[$key]['images'] = $images;