1
0

Rename confusing var

This commit is contained in:
2026-01-14 17:21:57 +03:00
parent 3530c755ce
commit 3d6ba1ef09
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ fn main() -> Result<(), Box<dyn Error>> {
}
let mut lb = listenbrainz::Client::new();
let mut drpc = Client::new(env::var("DISCORD_CLIENT_ID")?.parse()?);
let mut drpc = Client::new(env::var("DISCORD_APP_ID")?.parse()?);
drpc.start();
let mut cover_cache: HashMap<String, String> = HashMap::new();