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
Generated
+1 -1
View File
@@ -149,7 +149,7 @@ checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
[[package]]
name = "icarus_models"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"josekit",
"rand",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "icarus_models"
version = "0.9.0"
version = "0.9.1"
edition = "2024"
rust-version = "1.90"
description = "models used for the icarus project"
+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,