1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Removed unused prop

This commit is contained in:
grafixeyehero 2024-08-24 04:31:25 +03:00
parent 106392b9cb
commit b681e5a1c8

View file

@ -22,7 +22,6 @@ interface PrimaryMediaInfoProps extends PrimaryInfoOpts {
showCaptionIndicatorInfo?: boolean; showCaptionIndicatorInfo?: boolean;
showCriticRatingInfo?: boolean; showCriticRatingInfo?: boolean;
showEndsAtInfo?: boolean; showEndsAtInfo?: boolean;
showMissingIndicatorInfo?: boolean;
getMissingIndicator?: () => React.JSX.Element | null; getMissingIndicator?: () => React.JSX.Element | null;
} }