Added some logs to try and find out whats wrong with the frontpage

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-20 12:42:44 +01:00
parent be007299d5
commit 64fc093bbc
5 changed files with 19 additions and 6 deletions

View File

@@ -68,7 +68,6 @@ var Player = {
try{
if(Player.player.getVideoUrl().split('v=')[1] != video_id || chromecastAvailable){
console.log("chromecast!");
Player.loadVideoById(video_id);
Player.notifyUser(video_id, song_title);
Player.seekTo(seekTo);