tsk-224: Save file_type to CoverArt

This commit is contained in:
kdeng00
2025-10-30 15:49:27 -04:00
parent 6995ed483c
commit 61cb8affd7
2 changed files with 18 additions and 4 deletions
+1
View File
@@ -77,6 +77,7 @@ pub mod endpoint {
&directory, &filename,
);
coverart.title = song.album.clone();
coverart.file_type = icarus_meta::detection::coverart::file_type_from_data(&data).unwrap().file_type;
coverart.data = data;
match coverart.save_to_filesystem() {