fetch song queue data #21

Merged
phoenix merged 9 commits from fetch_song_queue_data into devel 2025-06-12 18:57:03 +00:00
Showing only changes of commit f9facacfb4 - Show all commits

View File

@@ -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