mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 18:10:04 -04:00
parent
eb415907b2
commit
a982d76303
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ async function generateIndexRegion() {
|
|||
async function generateChannelsJson() {
|
||||
logger.info('Generating channels.json...')
|
||||
|
||||
await generator.generate(`${PUBLIC_PATH}/channels.json`, {}, { format: 'json', includeNSFW: true })
|
||||
await generator.generate(`${PUBLIC_PATH}/channels.json`, {}, { format: 'json', includeNSFW: true, uniqBy: null })
|
||||
}
|
||||
|
||||
async function setUp() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue