Skip to content

Commit

Permalink
feat-#222: fix prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Jun 24, 2024
1 parent ce32838 commit a0ac29c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/components/CldVideoPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export type CldVideoPlayerProps = Pick<
pictureInPictureToggle?: boolean
chapters?: Record<string | number, string> | boolean
chaptersButton?: boolean
disableRemotePlayback?: boolean
}
const props = withDefaults(defineProps<CldVideoPlayerProps>(), {
Expand Down

0 comments on commit a0ac29c

Please sign in to comment.