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

run cargo fmt

-1
-1
crates/scrobbler/src/listenbrainz/core/submit.rs
··· 29 29 for attempt in 1..=RETRIES { 30 30 match scrobble_listenbrainz(pool, cache, &payload, token) 31 31 .await 32 - .with_context(|| format!("Attempt {}/{}: Error submitting listens", attempt, RETRIES)) 33 32 { 34 33 Ok(_) => { 35 34 return Ok(HttpResponse::Ok().json(json!({