update queued song #28
@@ -73,7 +73,6 @@ async fn some_work(
|
||||
Ok((song_queue_path, coverart_queue_path, metadata)) => {
|
||||
match apply_metadata(&song_queue_path, &coverart_queue_path, &metadata).await {
|
||||
Ok(_applied) => {
|
||||
// let s_path = util::path_buf_to_string(&song_queue_path);
|
||||
match update_queued_song::update_queued_song(
|
||||
app_base_url,
|
||||
&song_queue_path,
|
||||
@@ -94,7 +93,6 @@ async fn some_work(
|
||||
err.to_string(),
|
||||
)),
|
||||
}
|
||||
// Ok((s_path))
|
||||
}
|
||||
Err(err) => {
|
||||
eprintln!("Error: {:?}", err);
|
||||
|
Reference in New Issue
Block a user