Coverart ignore data for json usage #47

Merged
phoenix merged 2 commits from coverart-data_json_ignore into devel 2025-07-14 23:57:02 +00:00
Showing only changes of commit a3fef4ff2b - Show all commits

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>,
}