mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added spotify import, somewhat still in beta
This commit is contained in:
@@ -9,7 +9,7 @@ var Player = {
|
||||
youtube_listener: function(obj)
|
||||
{
|
||||
Player.loaded = false;
|
||||
if(localStorage.debug){
|
||||
if(localStorage.debug === "true"){
|
||||
console.log("--------youtube_listener--------");
|
||||
|
||||
console.log("Received: ");
|
||||
@@ -95,7 +95,7 @@ var Player = {
|
||||
},
|
||||
|
||||
onPlayerStateChange: function(newState) {
|
||||
if(localStorage.debug){
|
||||
if(localStorage.debug === "true"){
|
||||
console.log("-------onPlayerStateChange------");
|
||||
console.log("New state\nState: ");
|
||||
console.log(newState);
|
||||
|
||||
Reference in New Issue
Block a user