mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-26 11:02:53 +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,
|
id: item.id,
|
||||||
type: item.type,
|
type: item.type,
|
||||||
episodeId: episodeId
|
episodeId: episodeId
|
||||||
|
addonId: item.addonId
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
navigation.navigate('Metadata', {
|
navigation.navigate('Metadata', {
|
||||||
id: item.id,
|
id: item.id,
|
||||||
type: item.type
|
type: item.type
|
||||||
|
addonId: item.addonId
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue