mirror of
https://github.com/iptv-org/iptv
synced 2025-12-17 02:47:33 -05:00
Update file.js
This commit is contained in:
@@ -9,7 +9,6 @@ const file = {}
|
||||
file.list = function (include = [], exclude = []) {
|
||||
return new Promise(resolve => {
|
||||
glob('channels/*.m3u', function (err, files) {
|
||||
console.log(include, exclude)
|
||||
if (include.length) {
|
||||
include = include.map(filename => `channels/${filename}.m3u`)
|
||||
files = files.filter(filename => include.includes(filename))
|
||||
|
||||
Reference in New Issue
Block a user