Fixed: Multiple videos API
This commit is contained in:
parent
bd5345f1e7
commit
97a1d6b568
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ switch($mode)
|
|||
$vids = $request['video_id'];
|
||||
|
||||
if($vids){
|
||||
$vids = explode(',',$vid);
|
||||
$vids = explode(',',$vids);
|
||||
|
||||
$request['videoids'] = $vids;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue