mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 02:47:02 -05:00
Update unifi.com.my.config.js
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = {
|
||||
},
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8'
|
||||
'x-requested-with': 'XMLHttpRequest'
|
||||
},
|
||||
data({ date }) {
|
||||
const params = new URLSearchParams()
|
||||
@@ -58,4 +58,3 @@ function parseStart(item, date) {
|
||||
const time = `${date.format('YYYY-MM-DD')} ${item.start_time}`
|
||||
return dayjs.tz(time, 'YYYY-MM-DD H:mma', 'Asia/Kuala_Lumpur')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user