diff --git a/src/components/home/ContinueWatchingSection.tsx b/src/components/home/ContinueWatchingSection.tsx index f6f110f..5feb9cb 100644 --- a/src/components/home/ContinueWatchingSection.tsx +++ b/src/components/home/ContinueWatchingSection.tsx @@ -924,11 +924,13 @@ const ContinueWatchingSection = React.forwardRef((props, re id: item.id, type: item.type, episodeId: episodeId + addonId: item.addonId }); } else { navigation.navigate('Metadata', { id: item.id, type: item.type + addonId: item.addonId }); } } else {