Merge pull request #2071 from iptv-org/BellezaEmporium-patch-1

This commit is contained in:
Alstruit 2025-03-24 14:02:28 -05:00 committed by GitHub
commit ebbcdf4578
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'