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

refactor: remove unused std::env import from spotify.rs

-2
-2
crates/playlists/src/spotify.rs
··· 1 - use std::env; 2 - 3 1 use anyhow::Error; 4 2 use reqwest::Client; 5 3