Coverart s3 #5

Merged
phoenix merged 2 commits from coverart-s3 into main 2026-08-15 10:31:57 -04:00
Showing only changes of commit c57954a018 - Show all commits
+1
View File
@@ -12,6 +12,7 @@ pub struct CoverArt {
pub directory: String,
pub filename: String,
pub file_type: String,
pub file_key: String,
#[serde(skip)]
pub data: Vec<u8>,
pub song_id: uuid::Uuid,