nations / spoticord

Display your Spotify status as a Discord Rich Presence using the RPC API
122 stars 40 forks source link

TimeStamp Doesn't Update when repeating a single track #58

Open zCrimsy opened 6 years ago

zCrimsy commented 6 years ago

when i was repeating a single track, i noticed that that spoticord timestamp doesn't update when the song repeats, causing the song title, artist and time left to remain the same, and a timestamp which always remains at 0:00 is a little annoying image

cernodile commented 6 years ago

I think I found the potential culprit. It seems like the current code checks if the uri is different, rather than checking if it's been repeated or not.