mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-01 05:04:33 +00:00
preserving addonId
This commit is contained in:
parent
b00812333a
commit
5e04ebca18
1 changed files with 2 additions and 1 deletions
|
|
@ -103,6 +103,7 @@ export function useFeaturedContent() {
|
||||||
id: item.id,
|
id: item.id,
|
||||||
type: item.type,
|
type: item.type,
|
||||||
name: item.name,
|
name: item.name,
|
||||||
|
addonId: item.addonId,
|
||||||
poster: item.poster,
|
poster: item.poster,
|
||||||
banner: (item as any).banner,
|
banner: (item as any).banner,
|
||||||
logo: (item as any).logo,
|
logo: (item as any).logo,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue