mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
continue cleaning + simplify mtel.ba (right now broken EPG on backend)
This commit is contained in:
@@ -28,7 +28,7 @@ module.exports = {
|
||||
}
|
||||
})
|
||||
|
||||
return programs.concat().sort(sortBy('start'))
|
||||
return sortBy(programs, p => p.start.valueOf())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user