Fixes languages/ & index.languages.m3u generators

This commit is contained in:
Aleksandr Statciuk 2022-04-08 12:40:19 +03:00
parent 69c6a25a1a
commit b458824bd8
18 changed files with 36 additions and 29 deletions

View file

@ -8,7 +8,7 @@ module.exports = async function (streams = []) {
if (!stream.languages.length) {
const item = _.cloneDeep(stream)
item.group_title = 'Undefined'
items.push(stream)
items.push(item)
return
}