mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update clickthecity.com.config.js
This commit is contained in:
parent
ee53c0a649
commit
13b3340ee6
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module.exports = {
|
|||
},
|
||||
data({ date }) {
|
||||
const params = new URLSearchParams()
|
||||
params.append('optDate', dayjs().tz('Asia/Manila').format('YYYY-MM-DD'))
|
||||
params.append('optDate', dayjs(date).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