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

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