Skip to content

Commit

Permalink
Fix type location
Browse files Browse the repository at this point in the history
  • Loading branch information
heff authored Nov 30, 2023
1 parent 894c4ce commit c55d4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mux-player-react/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ type MuxMediaPropTypes = {
// debug: Options["debug"] & Hls["config"]["debug"];
debug: boolean;
disableCookies: boolean;
disablePictureInPicture?: boolean;
// metadata: Partial<Options["data"]>;
metadata: { [k: string]: any };
beaconCollectionDomain: string;
Expand All @@ -70,7 +71,6 @@ export type MuxPlayerProps = {
hotkeys?: string;
nohotkeys?: boolean;
defaultHiddenCaptions?: boolean;
disablePictureInPicture?: boolean;
playerSoftwareVersion?: string;
playerSoftwareName?: string;
forwardSeekOffset?: number;
Expand Down

0 comments on commit c55d4bc

Please sign in to comment.