This commit is contained in:
choelzl 2022-02-06 21:58:13 +01:00
parent 5adbe4994e
commit 01aab263bd
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -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();
}) })