continue cleaning + simplify mtel.ba (right now broken EPG on backend)

This commit is contained in:
theofficialomega
2025-07-18 23:49:04 +02:00
parent 6b3e17861a
commit 5e953b6955
11 changed files with 95 additions and 53 deletions

View File

@@ -28,7 +28,7 @@ module.exports = {
}
})
return programs.concat().sort(sortBy('start'))
return sortBy(programs, p => p.start.valueOf())
}
}