mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
Added the missing malId and kitsuId props to
KSPlayerCore.tsx
This commit is contained in:
parent
f779febc32
commit
e5178c9414
1 changed files with 2 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue