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] remove unused import

-1
-1
crates/scrobbler/src/handlers/mod.rs
··· 1 - use actix_web::http::header; 2 1 use actix_web::{get, post, web, HttpRequest, HttpResponse, Responder}; 3 2 use anyhow::Error; 4 3 use scrobble::handle_scrobble;