mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
Socket updates
This commit is contained in:
parent
c4f7d93846
commit
f9526fa6b5
3 changed files with 29 additions and 13 deletions
|
@ -155,7 +155,7 @@ function parseSocketResponse() {
|
|||
}
|
||||
//console.log("parseSocketResponse", json);
|
||||
if (json.isAdmin && webSocketServerVersion > json.webSocketServerVersion) {
|
||||
if (typeof avideoToastWarning == 'funciton') {
|
||||
if (typeof avideoToastWarning == 'function') {
|
||||
avideoToastWarning("Please restart your socket server. You are running (v" + json.webSocketServerVersion + ") and your client is expecting (v" + webSocketServerVersion + ")");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue