Updated Playlist.save() method

This commit is contained in:
Aleksandr Statciuk 2021-08-02 19:07:10 +03:00
parent 27136370aa
commit 1c05547389
5 changed files with 8 additions and 4 deletions

View file

@ -90,6 +90,7 @@ async function checkStatus(playlist) {
if (playlist.channels.length !== channels.length) {
log.print(`File '${playlist.url}' has been updated\n`)
playlist.channels = channels
playlist.updated = true
}
return playlist