Trying to add a log to test if code is correctly run

This commit is contained in:
Kasper Rynning-Tønnesen
2018-06-05 19:10:26 +02:00
parent e8e04192e7
commit 832f27922d

View File

@@ -297,6 +297,7 @@ initializeCastApi = function() {
castSession.sendMessage("urn:x-cast:zoff.me", {type: "nextVideo", videoId: full_playlist[0].id, title: full_playlist[0].title, source: full_playlist[0].source, thumbnail: full_playlist[0].thumbnail})
//if(Helper.mobilecheck()) {
console.log("trying to get id");
socket.emit("get_id");
//}
hide_native(1);