tsk-85: Add file_type to CoverArt (#89)

Closes #85

Reviewed-on: #89
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-10-29 18:14:23 +00:00
committed by phoenix
parent b5429f80b0
commit 678d2c2b3d
3 changed files with 3 additions and 2 deletions
+1
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,