Skip to content

Commit 7e5e938

Browse files
authored
Merge pull request #5 from Zahzi/master
Updated stream endpoint to work with 0.11.0-8e5f1a2
2 parents d1bfcce + e541293 commit 7e5e938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sinusbot.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1781,7 +1781,7 @@ public function getWebStream($instanceUUID = NULL) {
17811781
$token = $this->getWebStreamToken($instanceUUID);
17821782
if ($token == NULL) return NULL;
17831783

1784-
return $this->apiURL.'/bot/i/'.$instanceUUID.'/stream/'.$token;
1784+
return $this->apiURL.'/b/bot/i/'.$instanceUUID.'/stream/'.$token;
17851785
}
17861786

17871787

0 commit comments

Comments
 (0)