trying with sending another id

This commit is contained in:
Kasper Rynning-Tønnesen
2018-06-04 23:13:13 +02:00
parent 5bb3731323
commit 0cca053abe

View File

@@ -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) {