mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-11 17:40:03 -04:00
Fixes languages/ & index.languages.m3u generators
This commit is contained in:
parent
69c6a25a1a
commit
b458824bd8
18 changed files with 36 additions and 29 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue