Merge pull request #80 from goaaats/fix/youtube_timestamp

This commit is contained in:
Paul Makles
2021-09-09 20:50:31 +01:00
committed by GitHub

View File

@@ -46,6 +46,9 @@ pub enum Special {
None,
YouTube {
id: String,
#[serde(skip_serializing_if = "Option::is_none")]
timestamp: Option<String>,
},
Twitch {
content_type: TwitchType,