mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
Update astro.com.my.config.js
This commit is contained in:
@@ -108,7 +108,7 @@ async function loadProgramDetails(item) {
|
||||
const data = await axios
|
||||
.get(url)
|
||||
.then(r => r.data)
|
||||
.catch(err => console.log(err.message))
|
||||
.catch(err => {})
|
||||
if (!data) return {}
|
||||
|
||||
return data.response || {}
|
||||
|
||||
Reference in New Issue
Block a user