mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-22 15:45:28 +08:00
Update playlistParser.ts
This commit is contained in:
parent
5bc61b462d
commit
fa44a19790
@ -23,6 +23,8 @@ export class PlaylistParser {
|
||||
let streams = new Collection()
|
||||
|
||||
for (const filepath of files) {
|
||||
if (!this.storage.existsSync(filepath)) continue
|
||||
|
||||
const _streams: Collection = await this.parseFile(filepath)
|
||||
streams = streams.concat(_streams)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user