mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 10:00:05 -04:00
Includes NSFW channels into the channels.json
This commit is contained in:
parent
d19ffe0bb0
commit
47da92a610
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ async function generateIndexRegion() {
|
|||
async function generateChannelsJson() {
|
||||
logger.info('Generating channels.json...')
|
||||
|
||||
await generator.generate(`${PUBLIC_PATH}/channels.json`, {}, { format: 'json' })
|
||||
await generator.generate(`${PUBLIC_PATH}/channels.json`, {}, { format: 'json', includeNSFW: true })
|
||||
}
|
||||
|
||||
async function setUp() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue