Update EditButton.svelte

This commit is contained in:
freearhey 2023-10-06 03:31:38 +03:00
parent 5478fab758
commit c4ad2c52b9

View file

@ -4,7 +4,7 @@
const endpoint = 'https://github.com/iptv-org/database/issues/new'
const title = `Edit: ${channel.name}`
const labels = 'channels:edit'
const template = 'channels_edit.yml'
const template = '__channels_edit.yml'
const editUrl = encodeURI(
`${endpoint}?labels=${labels}&template=${template}&title=${title}&id=${channel.id}`