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 validate-token issue

+3 -4
+3 -4
crates/scrobbler/src/handlers/mod.rs
··· 129 129 ) -> impl Responder { 130 130 HttpResponse::Ok().json( 131 131 serde_json::json!({ 132 - "status": "ok", 133 - "payload": { 134 - "valid": true, 135 - }, 132 + "code": 200, 133 + "message": "Token valid.", 134 + "valid": true, 136 135 }) 137 136 ) 138 137 }