Improved spotify list importing

This commit is contained in:
Kasper Rynning-Tønnesen
2016-08-31 13:10:38 +02:00
parent d6e9278a30
commit c9dc08fe52
5 changed files with 14 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
window.addEventListener("load", function(){
console.log("hello");
var client_id = "b934ecdd173648f5bcd38738af529d58";
var redirect = "https://zoff.no/spotify_callback";
var redirect = "http://localhost/spotify_callback";
var response = "token";
var scope = "playlist-read-private playlist-read-collaborative user-read-private";
if(window.location.hash.length <= 0){