mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Propose fix for clickthecity
This commit is contained in:
parent
1db2c5544a
commit
ee53c0a649
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module.exports = {
|
|||
},
|
||||
data({ date }) {
|
||||
const params = new URLSearchParams()
|
||||
params.append('optDate', date.format('YYYY-MM-DD'))
|
||||
params.append('optDate', dayjs().tz('Asia/Manila').format('YYYY-MM-DD'))
|
||||
params.append('optTime', '00:00:00')
|
||||
|
||||
return params
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue