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

Update lib.rs

+2
+2
crates/spotify/src/lib.rs
··· 363 363 let status = response.status().as_u16(); 364 364 let data = response.text().await?; 365 365 366 + println!("> Currently playing: {}", data); 367 + 366 368 if status == 429 { 367 369 println!( 368 370 "{} Too many requests, retry-after {}",