diff --git a/src/song.rs b/src/song.rs index 290b20a..40b5371 100644 --- a/src/song.rs +++ b/src/song.rs @@ -49,6 +49,7 @@ pub struct Song { pub data: Vec, #[serde(skip)] pub directory: String, + pub file_key: String, // TODO: Think about what to do with this // #[serde(skip)] // pub album_id: i32,