mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-13 18:40:06 -04:00
Adds country name to channel name
This commit is contained in:
parent
4477d214a9
commit
615205de86
6 changed files with 22 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
|||
export let channel
|
||||
|
||||
const endpoint = 'https://github.com/iptv-org/database/issues/new'
|
||||
const title = `Edit: ${channel.name}`
|
||||
const title = `Edit: ${channel.displayName}`
|
||||
const labels = 'channels:edit'
|
||||
const template = '__channels_edit.yml'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue