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

[spotify] restart spotify watcher thread on crash

+1 -1
+1 -1
crates/spotify/src/main.rs
··· 206 206 email.bright_green(), 207 207 e.to_string().bright_red() 208 208 ); 209 - match rt.block_on(nc.publish("rocksky.spotify.user", email.into())) { 209 + match rt.block_on(nc.publish("rocksky.spotify.user", email.clone().into())) { 210 210 Ok(_) => {}, 211 211 Err(e) => { 212 212 println!(