Skip to content

Commit a0ac29c

Browse files
committed
feat-#222: fix prop
1 parent ce32838 commit a0ac29c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/components/CldVideoPlayer.vue

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export type CldVideoPlayerProps = Pick<
8888
pictureInPictureToggle?: boolean
8989
chapters?: Record<string | number, string> | boolean
9090
chaptersButton?: boolean
91+
disableRemotePlayback?: boolean
9192
}
9293
9394
const props = withDefaults(defineProps<CldVideoPlayerProps>(), {

0 commit comments

Comments
 (0)