Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Redskull-127 committed Jul 25, 2024
2 parents f2bbbc8 + eecc6ea commit eb890ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server/functions/spotify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const SPOTIFY_REFRESH_TOKEN = process.env['SPOTIFY_REFRESH_TOKEN'];
const NOW_PLAYING_URL =
'https://api.spotify.com/v1/me/player/currently-playing';
const RECENTLY_PLAYING_URL = `https://api.spotify.com/v1/playlists/42h3IewUsTfRNHE5Puw9EK/tracks?limit=50&offset=${Math.floor(
Math.random() * 951,
Math.random() * 1900,
)}`;
const REFRESH_TOKEN_URL = 'https://accounts.spotify.com/api/token';

Expand Down

0 comments on commit eb890ac

Please sign in to comment.