small fix to onpress

This commit is contained in:
chrisk325 2025-12-30 19:40:22 +05:30 committed by GitHub
parent 1f860ec49f
commit 802ba0b8bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -924,11 +924,13 @@ const ContinueWatchingSection = React.forwardRef<ContinueWatchingRef>((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 {