Added print statements
This commit is contained in:
@@ -252,6 +252,8 @@ async fn some_work(
|
||||
> {
|
||||
match prep_song(app, song_queue_id).await {
|
||||
Ok(((song_directory, song_filename), (coverart_directory, coverart_filename), metadata, coverart_queue_id)) => {
|
||||
println!("Prepping song");
|
||||
|
||||
let mut song_queue_path: String = String::new();
|
||||
let p = std::path::Path::new(&song_directory);
|
||||
let sp = p.join(&song_filename);
|
||||
@@ -289,6 +291,7 @@ async fn some_work(
|
||||
.await
|
||||
{
|
||||
Ok(_inner_response) => {
|
||||
println!("Updated queued song");
|
||||
println!("Response: {_inner_response:?}");
|
||||
|
||||
// TODO: Place this somewhere else
|
||||
|
Reference in New Issue
Block a user