You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.
• Tracks now properly shuffle, unplayed tracks first then played tracks. Once all tracks are shuffled it will start again.
• Able to search by Spotify HTTP link in search bar
[Bug Fixes]
• Now saves track data in the database by querying the Spotify URI instead of using post data (post data is still used if the Spotify API is unavailable)
• No longer queries the spotify API for an empty string if the searchbox is left empty
• Only the tracklisting refreshes every 45 seconds instead of the entire page
• Several CSS bugs fixed (m.weston)
[Todo]
• Alter the callback function that Spotify uses to request the next track so it can't be spoofed, thus skipping tracks.