We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406ca5a commit 29a99aaCopy full SHA for 29a99aa
API/submit_video.php
@@ -21,4 +21,6 @@
21
22
$object->addVideo = addVideo($object->videoURL, $object->login->streamers_id, $object->videoTitle);
23
24
+$object->error = !empty($object->addVideo->error);
25
+
26
die(json_encode($object));
0 commit comments