Removed unused prop

This commit is contained in:
grafixeyehero
2024-08-24 04:31:25 +03:00
parent 106392b9cb
commit b681e5a1c8
@@ -22,7 +22,6 @@ interface PrimaryMediaInfoProps extends PrimaryInfoOpts {
showCaptionIndicatorInfo?: boolean;
showCriticRatingInfo?: boolean;
showEndsAtInfo?: boolean;
showMissingIndicatorInfo?: boolean;
getMissingIndicator?: () => React.JSX.Element | null;
}