mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
trying with sending another id
This commit is contained in:
@@ -117,7 +117,7 @@ module.exports = function() {
|
||||
|
||||
socket.on("get_id", function() {
|
||||
console.log("gotten request from mobile", Functions.getSession(socket));
|
||||
socket.emit("id_chromecast", Functions.getSession(socket));
|
||||
socket.emit("id_chromecast", guid);
|
||||
});
|
||||
|
||||
socket.on("error_video", function(msg) {
|
||||
|
||||
Reference in New Issue
Block a user