tsk-85: Add file_type to CoverArt #89

Merged
phoenix merged 2 commits from tsk-85 into main 2025-10-29 18:14:24 +00:00
Showing only changes of commit a223014b5b - Show all commits

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,