Skip to content

Commit

Permalink
swap demo track to Bad Apple!!
Browse files Browse the repository at this point in the history
  • Loading branch information
mogery committed Aug 18, 2022
1 parent 67d8ede commit 8357aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/spotifymgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ int spotifymgr_demo()
{
log_info("Sending mercury GET\n");

spotify_id track_id = spotify_id_from_b62("0GNNFgqWRqhQ8Cng9nEXpY", SAT_Track);
spotify_id track_id = spotify_id_from_b62("57JRZbE80MLsYbmb24cPee", SAT_Track);
char track_id_b16[SPOTIFY_ID_B16_LENGTH + 1];
spotify_id_to_b16(track_id_b16, track_id);

Expand Down

0 comments on commit 8357aa6

Please sign in to comment.