mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -04:00
Updated Playlist.save() method
This commit is contained in:
parent
27136370aa
commit
1c05547389
5 changed files with 8 additions and 4 deletions
|
@ -26,6 +26,7 @@ async function sortChannels(playlist) {
|
|||
if (JSON.stringify(playlist.channels) !== JSON.stringify(channels)) {
|
||||
log.print('updated')
|
||||
playlist.channels = channels
|
||||
playlist.updated = true
|
||||
}
|
||||
|
||||
return playlist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue