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 was archived by the owner on Jan 19, 2023. It is now read-only.
Update angular-spotify from 1.4.2 to 1.5.1 to resolve various bugs related to recent changes in the Spotify-API.
Updated Spotify API response resolutions in various locations, necessary to work with the upgraded angular-spotify version.
Resolves null/undefined type handling / conditionals in various locations, which have caused unwanted side-effects and bugs.
Refactored the Discover/Browse section to consistently deliver browse results and omit inefficient and redundant queries to the Spotify API.
Refactored Artist detail page to load basic metadata (artist image, cover image) via the Spotify API.
Refactored Artist list page and controller, by changing the API collection from "User Artists" to "Followed Artists" (it seems the "User Artists" API is no longer provided by Spotify).