tsk-85: Add file_type to CoverArt

This commit is contained in:
2025-10-29 14:07:54 -04:00
parent b5429f80b0
commit a223014b5b

View File

@@ -11,6 +11,7 @@ pub struct CoverArt {
#[serde(skip)]
pub directory: String,
pub filename: String,
pub file_type: String,
#[serde(skip)]
pub data: Vec<u8>,
pub song_id: uuid::Uuid,