update queued song #28
@@ -104,11 +104,6 @@ async fn process_song(api_url: &String, song_queue_id: &uuid::Uuid) -> Result<()
|
||||
Ok(_) => {
|
||||
let s_path = util::path_buf_to_string(&song_queue_path);
|
||||
the_rest::update_queued_song(&s_path).await;
|
||||
// TODO: Update the queued song with the updated queued song
|
||||
// TODO: Create song
|
||||
// TODO: Create coverart
|
||||
// TODO: Wipe data from queued song
|
||||
// TODO: Wipe data from queued coverart
|
||||
}
|
||||
Err(err) => {
|
||||
eprintln!("Error: {:?}", err);
|
||||
|
@@ -1,4 +1,11 @@
|
||||
// TODO: Refactor this file when this app is functional
|
||||
|
||||
|
||||
// TODO: Update the queued song with the updated queued song
|
||||
pub async fn update_queued_song(song_path: &String) {
|
||||
}
|
||||
|
||||
// TODO: Create song
|
||||
// TODO: Create coverart
|
||||
// TODO: Wipe data from queued song
|
||||
// TODO: Wipe data from queued coverart
|
||||
|
Reference in New Issue
Block a user