mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 18:10:04 -04:00
6 lines
171 B
JavaScript
6 lines
171 B
JavaScript
const api = require('../core/api')
|
|
const _ = require('lodash')
|
|
|
|
module.exports = async function (streams = []) {
|
|
return { filepath: 'index.m3u', items: streams }
|
|
}
|