WIP
This commit is contained in:
parent
d0dd07a9ac
commit
5adbe4994e
@ -62,17 +62,17 @@ $(function () {
|
||||
await new Promise(r => setTimeout(r, 500));
|
||||
}
|
||||
socket.getDBValue("get_current_stream_info_lastFollow", 'streamInfo', 'lastFollow', (response)=>{
|
||||
consloe.log(response)
|
||||
console.log(response)
|
||||
if(response.streamInfo) lastFollow = response.streamInfo || lastFollow;
|
||||
refreshUI();
|
||||
})
|
||||
socket.getDBValue("get_current_stream_info_lastSub", 'streamInfo', 'lastSub', (response)=>{
|
||||
consloe.log(response)
|
||||
console.log(response)
|
||||
if(response.streamInfo) lastSub = response.streamInfo || lastSub;
|
||||
refreshUI();
|
||||
})
|
||||
socket.getDBValue("get_current_stream_info_lastDonator", 'streamInfo', 'lastDonator', (response)=>{
|
||||
consloe.log(response)
|
||||
console.log(response)
|
||||
if(response.streamInfo) lastDonator = response.streamInfo || lastDonator;
|
||||
refreshUI();
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user