mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 18:10:04 -04:00
Update update-playlists.js
This commit is contained in:
parent
244afb8088
commit
1c925c407a
9 changed files with 56 additions and 41 deletions
|
@ -9,7 +9,7 @@ async function main() {
|
|||
|
||||
for (const filepath in files) {
|
||||
const items = files[filepath]
|
||||
await generator.saveAsM3U(filepath, items, { includeGuides: false })
|
||||
await generator.saveAsM3U(filepath, items)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue