use mp3
This commit is contained in:
parent
1e726d4b52
commit
22675de4a9
@ -42,7 +42,7 @@ fn random() -> Template {
|
||||
|
||||
// let (file_name, file_title) = tunes::random_tune();
|
||||
|
||||
let files = glob("static/sound/*.ogg")
|
||||
let files = glob("static/sound/*.mp3")
|
||||
.expect("Failed to read glob pattern")
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user