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:
infi
2024-08-02 02:11:44 +02:00
committed by Paul Makles
parent 4fc46f765b
commit beef06ebe3

View File

@@ -84,6 +84,12 @@ auto_derived!(
content_type: BandcampType,
id: String,
},
AppleMusic {
album_id: String,
#[serde(skip_serializing_if = "Option::is_none")]
track_id: Option<String>,
},
/// Streamable Video
Streamable { id: String },
}