Skip to content

Commit e24c33c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/spotify_test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
}
3232

3333
function getUrlParameter(name) {
34-
console.log('getUrlParameter', name, urlParams.get(name));
3534
const urlParams = new URLSearchParams(window.location.search);
35+
console.log('getUrlParameter', name, urlParams.get(name));
3636
return urlParams.get(name);
3737
}
3838

0 commit comments

Comments
 (0)