tangled
alpha
login
or
join now
rocksky.app
/
rocksky
96
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
rocksky.app
spotify
atproto
lastfm
musicbrainz
scrobbling
listenbrainz
96
fork
atom
overview
issues
7
pulls
pipelines
Update lib.rs
tsiry-sandratraina.com
2 months ago
a3454d47
9cb1e7c0
+2
1 changed file
expand all
collapse all
unified
split
crates
spotify
src
lib.rs
+2
crates/spotify/src/lib.rs
···
363
363
let status = response.status().as_u16();
364
364
let data = response.text().await?;
365
365
366
366
+
println!("> Currently playing: {}", data);
367
367
+
366
368
if status == 429 {
367
369
println!(
368
370
"{} Too many requests, retry-after {}",