Adding file_key to song model

This commit is contained in:
2026-08-14 09:02:16 -04:00
parent fe9d101bd0
commit 5c87963b0e
+1
View File
@@ -49,6 +49,7 @@ pub struct Song {
pub data: Vec<u8>,
#[serde(skip)]
pub directory: String,
pub file_key: String,
// TODO: Think about what to do with this
// #[serde(skip)]
// pub album_id: i32,