Adding file_key to song model
This commit is contained in:
@@ -49,6 +49,7 @@ pub struct Song {
|
|||||||
pub data: Vec<u8>,
|
pub data: Vec<u8>,
|
||||||
#[serde(skip)]
|
#[serde(skip)]
|
||||||
pub directory: String,
|
pub directory: String,
|
||||||
|
pub file_key: String,
|
||||||
// TODO: Think about what to do with this
|
// TODO: Think about what to do with this
|
||||||
// #[serde(skip)]
|
// #[serde(skip)]
|
||||||
// pub album_id: i32,
|
// pub album_id: i32,
|
||||||
|
|||||||
Reference in New Issue
Block a user