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

Configure Feed

Select the types of activity you want to include in your feed.

[scrobbler] fix listenbrainz endpoint

+2 -2
+2 -2
crates/scrobbler/src/handlers/mod.rs
··· 99 99 .map_err(actix_web::error::ErrorInternalServerError) 100 100 } 101 101 102 - #[post("/listenbrainz/1/submit-listens")] 102 + #[post("/1/submit-listens")] 103 103 pub async fn handle_submit_listens( 104 104 req: HttpRequest, 105 105 data: web::Data<Arc<Pool<Postgres>>>, ··· 123 123 .map_err(actix_web::error::ErrorInternalServerError) 124 124 } 125 125 126 - #[get("/listenbrainz/1/validate-token")] 126 + #[get("/1/validate-token")] 127 127 pub async fn handle_validate_token( 128 128 _req: HttpRequest, 129 129 ) -> impl Responder {