fetch song queue data #21
@@ -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<u8>,
|
||||
data: &[u8],
|
||||
) -> std::path::PathBuf {
|
||||
// TODO: Add function to save bytes to a file in icarus_models
|
||||
// repo
|
||||
|
Reference in New Issue
Block a user