This commit is contained in:
Aleksandr Statciuk
2022-02-07 02:27:15 +03:00
parent 56c7db4259
commit 5f8fa5cb12
31 changed files with 611 additions and 698 deletions

View File

@@ -0,0 +1,6 @@
const api = require('../core/api')
const _ = require('lodash')
module.exports = async function (streams = []) {
return { filepath: 'index.m3u', items: streams }
}