mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
small fix
This commit is contained in:
parent
c7e5696974
commit
2e79c34068
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue