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

Merged
phoenix merged 2 commits from tsk-51 into devel 2025-08-01 20:18:10 +00:00
Showing only changes of commit d6383e24c9 - Show all commits

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