We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99796a commit 7cacd6fCopy full SHA for 7cacd6f
index.html
@@ -121,7 +121,6 @@
121
spotifyTracker.push(data.spotify.id);
122
spotifyPopularity.push(data.spotify.popularity);
123
spotifyTitles.push("Track "+trackCount++);
124
- //$('.spotify-player iframe').attr('src', 'https://embed.spotify.com/?uri=spotify:trackset:Played+Songs:'+spotifyTracker.reverse().join(','));
125
Chart.defaults.global.responsive = true;
126
Chart.defaults.global.scaleShowLabels = false;
127
dataset[channel].push(data.spotify.popularity);
0 commit comments