This commit is contained in:
2022-02-06 21:07:05 +01:00
parent cab74a44b4
commit 5565124bd5

View File

@ -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)