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

[spotify] remove unused variable

-1
-1
crates/spotify/src/main.rs
··· 58 58 let email = user.0.clone(); 59 59 let token = user.1.clone(); 60 60 let did = user.2.clone(); 61 - let user_id = user.3.clone(); 62 61 let stop_flag = Arc::new(AtomicBool::new(false)); 63 62 let cache = cache.clone(); 64 63 let nc = nc.clone();