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