mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Trying to add a log to test if code is correctly run
This commit is contained in:
@@ -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})
|
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()) {
|
//if(Helper.mobilecheck()) {
|
||||||
|
console.log("trying to get id");
|
||||||
socket.emit("get_id");
|
socket.emit("get_id");
|
||||||
//}
|
//}
|
||||||
hide_native(1);
|
hide_native(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user