Skip to content

Commit fedc207

Browse files
committed
- playing around with the spotify API
1 parent c0b5988 commit fedc207

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/spotify_test.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
}
3232

3333
function getUrlParameter(name) {
34+
console.log('getUrlParameter', name, urlParams.get(name));
3435
const urlParams = new URLSearchParams(window.location.search);
3536
return urlParams.get(name);
3637
}

0 commit comments

Comments
 (0)