A decentralized music tracking and discovery platform built on AT Protocol 🎵
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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