Merge pull request #2 from goaaats/fix/youtube_timestamp

Add youtube timestamp to january types
This commit is contained in:
Paul Makles
2021-09-09 20:50:39 +01:00
committed by GitHub
+1 -1
View File
@@ -27,7 +27,7 @@ export type EmbedVideo = {
*/
export type EmbedSpecial = (
{ type: 'None' } |
{ type: 'YouTube', id: string } |
{ type: 'YouTube', id: string, timestamp?: string } |
{ type: 'Twitch', content_type: 'Channel' | 'Video' | 'Clip', id: string } |
{ type: 'Spotify', content_type: string, id: string } |
{ type: 'Soundcloud' } |