tsk-51: Do not serialize path field for CoverArt (#54)

Reviewed-on: #54
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-08-01 20:18:09 +00:00
committed by phoenix
parent 228ca67a16
commit 1e95822b5a
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@ use serde::{Deserialize, Serialize};
pub struct CoverArt {
pub id: uuid::Uuid,
pub title: String,
#[serde(skip)]
pub path: String,
#[serde(skip)]
pub data: Vec<u8>,