mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-12 10:00:07 -04:00
Update HTMLPreview.svelte
This commit is contained in:
parent
38a8938646
commit
d665eeceee
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@
|
|||
type: 'link',
|
||||
value: data.network ? { label: data.network, query: `network:${norm(data.network)}` } : null
|
||||
},
|
||||
{
|
||||
name: 'owners',
|
||||
type: 'link[]',
|
||||
value: data.owners.map(value => ({ label: value, query: `owners:${norm(value)}` }))
|
||||
},
|
||||
{
|
||||
name: 'country',
|
||||
type: 'link',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue