push addonId

This commit is contained in:
chrisk325 2025-12-31 16:52:55 +05:30 committed by GitHub
parent c0540db282
commit 36ad45cfbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -504,6 +504,7 @@ const ContinueWatchingSection = React.forwardRef<ContinueWatchingRef>((props, re
season: nextEpisodeVideo.season,
episode: nextEpisodeVideo.episode,
episodeTitle: `Episode ${nextEpisodeVideo.episode}`,
addonId: progress.addonId,
} as ContinueWatchingItem);
}
}
@ -582,6 +583,7 @@ const ContinueWatchingSection = React.forwardRef<ContinueWatchingRef>((props, re
season: nextEpisodeVideo.season,
episode: nextEpisodeVideo.episode,
episodeTitle: `Episode ${nextEpisodeVideo.episode}`,
addonId: progress.addonId,
} as ContinueWatchingItem);
}
}
@ -595,6 +597,7 @@ const ContinueWatchingSection = React.forwardRef<ContinueWatchingRef>((props, re
season,
episode: episodeNumber,
episodeTitle,
addonId: progress.addonId,
} as ContinueWatchingItem);
}