Coverart ignore data for json usage (#47)

Reviewed-on: #47
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-07-14 23:57:00 +00:00
committed by phoenix
parent 7958b89abc
commit 655d05dabb
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@ pub struct CoverArt {
pub id: uuid::Uuid,
pub title: String,
pub path: String,
#[serde(skip)]
pub data: Vec<u8>,
}