mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-10 17:10:06 -04:00
Update EditButton.svelte
This commit is contained in:
parent
9e938795d9
commit
e2b9958e36
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
const endpoint = 'https://github.com/iptv-org/database/issues/new'
|
||||
const title = `Edit: ${channel._displayName}`
|
||||
const labels = 'channels:edit'
|
||||
const template = '__channels_edit.yml'
|
||||
const template = '2_channels_edit.yml'
|
||||
|
||||
let is_nsfw = null
|
||||
if (channel.is_nsfw === true) is_nsfw = 'TRUE'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue