add xmltv_id + lint fix

This commit is contained in:
StrangeDrVN
2026-04-26 17:37:19 +05:30
committed by GitHub
parent ec262b5a25
commit 6dce55e12b
2 changed files with 43 additions and 43 deletions

View File

@@ -62,7 +62,7 @@ module.exports = {
async channels() {
try {
const url = `https://catalogapi.zee5.com/v1/channel?page=1&page_size=500`
const url = 'https://catalogapi.zee5.com/v1/channel?page=1&page_size=500'
const response = await axios.get(url)
const items = response.data.items || []