Added the missing malId and kitsuId props to

KSPlayerCore.tsx
This commit is contained in:
tapframe 2026-01-07 22:18:27 +05:30
parent f779febc32
commit e5178c9414

View file

@ -800,6 +800,8 @@ const KSPlayerCore: React.FC = () => {
type={type}
season={season}
episode={episode}
malId={(metadata as any)?.mal_id || (metadata as any)?.external_ids?.mal_id}
kitsuId={id?.startsWith('kitsu:') ? id.split(':')[1] : undefined}
currentTime={currentTime}
onSkip={(endTime) => controls.seekToTime(endTime)}
controlsVisible={showControls}