diff --git a/src/components/home/ContinueWatchingSection.tsx b/src/components/home/ContinueWatchingSection.tsx index 26330c6e..d3af46e8 100644 --- a/src/components/home/ContinueWatchingSection.tsx +++ b/src/components/home/ContinueWatchingSection.tsx @@ -504,6 +504,7 @@ const ContinueWatchingSection = React.forwardRef((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((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((props, re season, episode: episodeNumber, episodeTitle, + addonId: progress.addonId, } as ContinueWatchingItem); }