diff --git a/src/components/home/ContinueWatchingSection.tsx b/src/components/home/ContinueWatchingSection.tsx index f6f110f4..26330c6e 100644 --- a/src/components/home/ContinueWatchingSection.tsx +++ b/src/components/home/ContinueWatchingSection.tsx @@ -923,12 +923,14 @@ const ContinueWatchingSection = React.forwardRef((props, re navigation.navigate('Metadata', { id: item.id, type: item.type, - episodeId: episodeId + episodeId: episodeId, + addonId: item.addonId }); } else { navigation.navigate('Metadata', { id: item.id, - type: item.type + type: item.type, + addonId: item.addonId }); } } else {