mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +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,
|
||||
type: item.type,
|
||||
name: item.name,
|
||||
addonId: item.addonId,
|
||||
poster: item.poster,
|
||||
banner: (item as any).banner,
|
||||
logo: (item as any).logo,
|
||||
|
|
@ -537,4 +538,4 @@ export function useFeaturedContent() {
|
|||
isItemSaved,
|
||||
refreshFeatured
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue