This commit is contained in:
Sebastian Hugentobler 2017-02-10 22:14:15 +01:00
parent 1e726d4b52
commit 22675de4a9

View File

@ -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<_>>();