chore: applemusic option for special embed
See https://github.com/revoltchat/january/pull/41 Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
@@ -84,6 +84,12 @@ auto_derived!(
|
|||||||
content_type: BandcampType,
|
content_type: BandcampType,
|
||||||
id: String,
|
id: String,
|
||||||
},
|
},
|
||||||
|
AppleMusic {
|
||||||
|
album_id: String,
|
||||||
|
|
||||||
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
track_id: Option<String>,
|
||||||
|
},
|
||||||
/// Streamable Video
|
/// Streamable Video
|
||||||
Streamable { id: String },
|
Streamable { id: String },
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user