diff --git a/src/main.rs b/src/main.rs index e059769..efbb604 100644 --- a/src/main.rs +++ b/src/main.rs @@ -86,7 +86,7 @@ pub async fn generate_song_queue_dir_and_filename() -> (String, String) { pub async fn save_song_to_fs( directory: &String, filename: &String, - data: &Vec, + data: &[u8], ) -> std::path::PathBuf { // TODO: Add function to save bytes to a file in icarus_models // repo