Skip to content

Commit

Permalink
fix(esl-media): fix TSX shape for supporting start-time attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
dshovchko committed May 23, 2024
1 parent 6f59414 commit 1f43a22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/esl-media/core/esl-media.shape.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ export type ESLMediaTagShape = ({
'preload'?: 'none' | 'metadata' | 'auto' | '';
/** Allow play media inline */
'playsinline'?: boolean;
/** Allows to start viewing a resource from a specific time offset */
'start-time'?: number;

/** Optional BC provider player id */
'data-player-id'?: string;
Expand Down

0 comments on commit 1f43a22

Please sign in to comment.