mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
syntax
This commit is contained in:
parent
2e79c34068
commit
d19f4713a2
1 changed files with 2 additions and 2 deletions
|
|
@ -923,13 +923,13 @@ const ContinueWatchingSection = React.forwardRef<ContinueWatchingRef>((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
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue