Update index_category_m3u.js
This commit is contained in:
parent
081fcac929
commit
0c3a1df90f
|
@ -13,7 +13,9 @@ module.exports = async function (streams = []) {
|
|||
return
|
||||
}
|
||||
|
||||
stream.categories.forEach(category => {
|
||||
stream.categories
|
||||
.filter(c => c)
|
||||
.forEach(category => {
|
||||
const item = _.cloneDeep(stream)
|
||||
item.group_title = category.name
|
||||
items.push(item)
|
||||
|
|
Loading…
Reference in New Issue