This commit is contained in:
Aleksandr Statciuk
2022-02-07 03:52:47 +03:00
parent 3d90020de2
commit 0fc1ded334
19 changed files with 91 additions and 40 deletions

View File

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