Updated : API

This commit is contained in:
Arslan Hassan 2012-07-30 20:29:38 +00:00
parent 2066f927b4
commit ea859a6806

View file

@ -30,7 +30,7 @@ switch($mode)
foreach($videos as $video) foreach($videos as $video)
{ {
$video['thumbs'] = array('default'=>THUMBS_URL.'/default.jpg'); $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; $new_videos[] = $video;
} }