Update generate-playlists.js

Resolves #6050
This commit is contained in:
Aleksandr Statciuk 2022-01-12 15:01:30 +03:00
parent eb415907b2
commit a982d76303
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ async function generateIndexRegion() {
async function generateChannelsJson() { async function generateChannelsJson() {
logger.info('Generating channels.json...') 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() { async function setUp() {