feat: add lyrics
This commit is contained in:
parent
dae8c1e775
commit
2cd74b1da8
12 changed files with 262 additions and 10 deletions
|
|
@ -1239,3 +1239,10 @@ pub struct TrackDetails {
|
|||
pub lyrics_id: Option<String>,
|
||||
pub related_id: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)]
|
||||
#[non_exhaustive]
|
||||
pub struct Lyrics {
|
||||
pub body: String,
|
||||
pub footer: String,
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue