A decentralized music tracking and discovery platform built on AT Protocol 🎵 rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz

Use official Spotify API base URL

+1 -1
+1 -1
crates/spotify/src/lib.rs
··· 30 30 pub mod token; 31 31 pub mod types; 32 32 33 - pub const BASE_URL: &str = "https://spotify-api.rocksky.app/v1"; 33 + pub const BASE_URL: &str = "https://api.spotify.com/v1"; 34 34 35 35 pub async fn run() -> Result<(), Error> { 36 36 let cache = Cache::new()?;