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