Skip to content

Commit

Permalink
feat: add endTimestamp under liveBroadcastDetails (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtripg6666tdr committed Jan 11, 2022
1 parent 2266982 commit a2627e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/index.d.ts
Expand Up @@ -198,6 +198,7 @@ declare module 'ytdl-core' {
liveBroadcastDetails?: {
isLiveNow: boolean;
startTimestamp: string;
endTimestamp?: string;
};
uploadDate: string;
}
Expand Down

0 comments on commit a2627e7

Please sign in to comment.