mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +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) {
|
public function get_api_video_file($parameters) {
|
||||||
global $global;
|
global $global;
|
||||||
$obj = $this->startResponseObject($parameters);
|
$obj = $this->startResponseObject($parameters);
|
||||||
$obj->video_file = Video::getHigherVideosPathsFromID($videos_id);
|
$obj->video_file = Video::getHigherVideoPathFromID($videos_id);
|
||||||
return new ApiObject("", false, $obj);
|
return new ApiObject("", false, $obj);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue