Update update-playlists.js
This commit is contained in:
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user