Fix: mugen streaming reconnect

This commit is contained in:
Cutls
2019-10-05 00:21:52 +09:00
parent e9cc2d0e52
commit 1e4397ed7b
3 changed files with 35 additions and 18 deletions

View File

@@ -398,6 +398,8 @@ function ckdb(acct_id) {
}
if (json["urls"]["streaming_api"]) {
localStorage.setItem("streaming_" + acct_id, json["urls"]["streaming_api"]);
}else{
localStorage.removeItem("streaming_" + acct_id);
}
}
});