Update EditButton.svelte

This commit is contained in:
Ismaël Moret 2025-03-24 10:52:35 +01:00 committed by GitHub
parent 9e938795d9
commit e2b9958e36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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