diff --git a/server/src/main.rs b/server/src/main.rs index 793c02f..c1d0c91 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -78,7 +78,7 @@ pub async fn handle_file_request( ))); if let Ok(response) = hyper::Response::builder() - .header("Content-Type", "audio/mpeg") + .header("Content-Type", "audio/mpeg") // TODO: Infer from filetype // .header("Accept-Ranges", "bytes") // TODO: handle range requests .body(body) {