mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
update
This commit is contained in:
parent
0c0ed52ebc
commit
e0d5f51c8c
1 changed files with 1 additions and 0 deletions
|
@ -912,6 +912,7 @@ class API extends PluginAbstract
|
||||||
if ($value['type'] == 'serie') {
|
if ($value['type'] == 'serie') {
|
||||||
require_once $global['systemRootPath'] . 'objects/playlist.php';
|
require_once $global['systemRootPath'] . 'objects/playlist.php';
|
||||||
$rows[$key]['playlist'] = PlayList::getVideosFromPlaylist($value['serie_playlists_id'], true);
|
$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']);
|
$images = Video::getImageFromFilename($rows[$key]['filename'], $rows[$key]['type']);
|
||||||
$rows[$key]['images'] = $images;
|
$rows[$key]['images'] = $images;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue