removed test code from mpd
This commit is contained in:
parent
5e993cbd82
commit
066b38dd71
@ -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!(
|
||||
|
Loading…
Reference in New Issue
Block a user