Skip to content

Commit

Permalink
Commit a forgotten fix ...
Browse files Browse the repository at this point in the history
  • Loading branch information
rgiot committed Oct 4, 2020
1 parent c261f20 commit 6aca181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ with <command> having such values:

//let music = mix.random(&mut rng);
let music = match cmd.as_ref() {
"random" => Some(mix.random(&mut rng)),
"random" => Some(mix.random()),
"list" => {

let repr = mix.keys()
Expand Down

0 comments on commit 6aca181

Please sign in to comment.