WIP
This commit is contained in:
parent
cab74a44b4
commit
5565124bd5
@ -50,7 +50,10 @@ $(function () {
|
||||
while(socket.getReadyState() === 0){
|
||||
await new Promise(r => setTimeout(r, 500));
|
||||
}
|
||||
socket.getDBValue("get_current_stream_info", 'streamInfo', 'lastSub', function(response) {
|
||||
// $.inidb.get('streamInfo', 'lastSub', subscriber);
|
||||
// $.inidb.get('streamInfo', 'lastFollow', follower);
|
||||
// $.inidb.get('streamInfo', 'lastDonator', donationUsername);
|
||||
socket.getDBValue("get_current_stream_info", 'streamInfo', 'lastFollow', function(response) {
|
||||
console.log(response);
|
||||
|
||||
if(response.request_data) console.log(response.request_data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user