tsk-68: Saving file_type from CoverArt
Some checks failed
Rust Build / Check (pull_request) Successful in 36s
Rust Build / Test Suite (pull_request) Successful in 36s
Rust Build / Rustfmt (pull_request) Failing after 28s
Rust Build / Clippy (pull_request) Successful in 36s
Rust Build / build (pull_request) Successful in 40s

This commit is contained in:
2025-10-30 15:55:21 -04:00
parent 73eedf829d
commit 572767eefd

View File

@@ -197,6 +197,7 @@ pub async fn process_coverart(
"Saved coverart queue file at: {:?}",
queued_coverart.path
);
println!("Queued CoverArt file type: {:?}", queued_coverart.coverart.file_type);
Ok(queued_coverart)
}
@@ -237,6 +238,7 @@ async fn init_queued_coverart(
panic!("Error initializing queued CoverArt");
}
},
file_type: String::from(file_type),
data: bytes,
..Default::default()
};