mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-13 18:40:06 -04:00
Return the old value of replace_by
This commit is contained in:
parent
0fe039a9d6
commit
76fa5d6b46
2 changed files with 3 additions and 5 deletions
|
@ -73,8 +73,8 @@
|
|||
},
|
||||
{
|
||||
name: 'replaced_by',
|
||||
type: 'channel',
|
||||
value: data._replaced_by ? data._replaced_by.name : null
|
||||
type: 'string',
|
||||
value: data.replaced_by
|
||||
},
|
||||
{ name: 'website', type: 'external_link', value: data.website }
|
||||
].filter(f => (Array.isArray(f.value) ? f.value.length : f.value))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue