mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
This commit is contained in:
parent
1e98d08cd3
commit
96e062d029
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ class API extends PluginAbstract {
|
|||
public function get_api_video_file($parameters) {
|
||||
global $global;
|
||||
$obj = $this->startResponseObject($parameters);
|
||||
$obj->video_file = Video::getHigherVideosPathsFromID($videos_id);
|
||||
$obj->video_file = Video::getHigherVideoPathFromID($videos_id);
|
||||
return new ApiObject("", false, $obj);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue