Skip to content

Commit

Permalink
Allow audiogroup discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
jam1garner committed Jul 26, 2021
1 parent ac909aa commit 48f6c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ impl Default for Args {
mod_folder: String::from("mods"),
originals_folder: String::from("files"),
data_win: String::from("data.win"),
audio_groups: Some(Vec::from([])),
audio_groups: None,
}
}
}

0 comments on commit 48f6c21

Please sign in to comment.