Updated : API
This commit is contained in:
parent
2066f927b4
commit
ea859a6806
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ switch($mode)
|
|||
foreach($videos as $video)
|
||||
{
|
||||
$video['thumbs'] = array('default'=>THUMBS_URL.'/default.jpg');
|
||||
$video['videos'] = array('mobile' => VIDEOS_URL.'/files/videos/12345.mp4');
|
||||
$video['videos'] = array('mobile' => VIDEOS_URL.'/12345.mp4');
|
||||
$new_videos[] = $video;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue