From 066b38dd7190d4bb810e9962d5e7b4afed774987 Mon Sep 17 00:00:00 2001 From: mustafa salih Date: Mon, 11 Jan 2021 07:39:52 +0300 Subject: [PATCH] removed test code from mpd --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 12a053e..6a29067 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -770,7 +770,6 @@ pub fn get_mpd_current(config: &Config) -> String { Ok(connection) => connection, _ => return String::from(""), }; - conn.volume(100).unwrap(); let current: Song = conn.currentsong().unwrap().unwrap(); let result = format!(