Skip to content

Commit

Permalink
feat(project): ads countdown
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLantukh committed Nov 6, 2023
1 parent 53c3e00 commit dab3804
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/Player/Player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,13 @@ const Player: React.FC<Props> = ({

// Player options are untyped
const playerOptions: { [key: string]: unknown } = {
advertising: adsData,
advertising: {
...adsData,
showCountdown: true,
},
timeSlider: {
showAdMarkers: false,
},
aspectratio: false,
controls: true,
displaytitle: false,
Expand Down

0 comments on commit dab3804

Please sign in to comment.