aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
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!(