Munch command
This commit is contained in:
parent
5556ea70df
commit
c9ac64d504
4 changed files with 7 additions and 13 deletions
|
@ -60,17 +60,18 @@ fn main() {
|
|||
| Commands::Search { .. }
|
||||
| Commands::Find { .. }
|
||||
| Commands::Crossfade { .. }
|
||||
| Commands::Volume { .. }
|
||||
| Commands::Shuffle = cmd
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
let things: Vec<String> = conn
|
||||
let _things: Vec<String> = conn
|
||||
.queue()
|
||||
.unwrap()
|
||||
.iter()
|
||||
.map(|x| x.place.unwrap().pos.to_string())
|
||||
.collect();
|
||||
println!("{things:?}");
|
||||
// println!("{things:?}");
|
||||
println!("{}", conn.get_status(cli.verbose));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue