Adds country name to channel name

This commit is contained in:
freearhey 2023-11-15 12:37:20 +03:00
parent 4477d214a9
commit 615205de86
6 changed files with 22 additions and 10 deletions

View file

@ -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'