Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
fix now playing
Browse files Browse the repository at this point in the history
  • Loading branch information
therealbenpai committed Aug 11, 2024
1 parent ba14998 commit 2032c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pages/ben/assets/js/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function fetchNowPlaying() {

const spotify = new Spotify();
spotify.setPlaying(data.isPlaying);
spotify.setTrack(spotify.song);
spotify.setTrack(spotify.playing);

const AlbumCSS = `
.album-cover::before {
Expand Down

0 comments on commit 2032c15

Please sign in to comment.