diff --git a/src/main.rs b/src/main.rs index 68a5401..52f4142 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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::>();