WIP
This commit is contained in:
parent
b248e20669
commit
317754a3b9
@ -95,8 +95,9 @@ $(function () {
|
|||||||
})
|
})
|
||||||
socket.getDBValue('get_current_stream_info_counts', 'panelData', 'stream', (e)=>{
|
socket.getDBValue('get_current_stream_info_counts', 'panelData', 'stream', (e)=>{
|
||||||
let data = JSON.parse(e.panelData);
|
let data = JSON.parse(e.panelData);
|
||||||
countFollow = data.followers;
|
countFollow = data.followers || countFollow;
|
||||||
countSub = 0;
|
countSub = 0;
|
||||||
|
refreshUI();
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}catch(e) {console.log(e)}
|
}catch(e) {console.log(e)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user