mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Fixed issue with crashing server
This commit is contained in:
@@ -80,9 +80,6 @@ function check_error_video(msg, channel) {
|
||||
got: msg.hasOwnProperty("title") ? typeof(msg.title) : undefined,
|
||||
},
|
||||
};
|
||||
if(socket) {
|
||||
socket.emit("update_required", result);
|
||||
}
|
||||
return;
|
||||
}
|
||||
channel = channel.replace(/ /g,'');
|
||||
|
||||
Reference in New Issue
Block a user