Added : Load video fileds
This commit is contained in:
parent
fc0c99ac62
commit
755ac58396
1 changed files with 8 additions and 0 deletions
|
@ -89,6 +89,14 @@ switch($mode)
|
||||||
echo json_encode($categories);
|
echo json_encode($categories);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'getFields':
|
||||||
|
case 'get_fields': {
|
||||||
|
$fields = $cbvid->load_video_fields(null);
|
||||||
|
|
||||||
|
echo json_encode($fields);
|
||||||
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
Loading…
Add table
Reference in a new issue