Skip to content

Commit 7cacd6f

Browse files
committed
Removed Spotify Player
1 parent b99796a commit 7cacd6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121
spotifyTracker.push(data.spotify.id);
122122
spotifyPopularity.push(data.spotify.popularity);
123123
spotifyTitles.push("Track "+trackCount++);
124-
//$('.spotify-player iframe').attr('src', 'https://embed.spotify.com/?uri=spotify:trackset:Played+Songs:'+spotifyTracker.reverse().join(','));
125124
Chart.defaults.global.responsive = true;
126125
Chart.defaults.global.scaleShowLabels = false;
127126
dataset[channel].push(data.spotify.popularity);

0 commit comments

Comments
 (0)