This commit is contained in:
2025-06-28 17:02:05 -04:00
parent e33d1e6cd7
commit 5c139da99e

View File

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