Skip to content

Commit

Permalink
Merge pull request #2515 from iptv-org/BellezaEmporium-patch-2
Browse files Browse the repository at this point in the history
[Fix] energeek.cl
  • Loading branch information
PopeyeTheSai10r authored Dec 21, 2024
2 parents 37e27c8 + aba9bff commit c108aa5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
16 changes: 9 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"cwait": "^1.1.2",
"dayjs": "^1.11.10",
"epg-grabber": "^0.37.4",
"epg-parser": "^0.2.0",
"epg-parser": "^0.3.1",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.0.0",
"form-data": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion sites/energeek.cl/energeek.cl.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
programs.push({
title: item.title?.[0]?.value,
description: item.desc?.[0]?.value,
icon: item.icon?.[0],
icon: item.icon?.[0]?.src,
start: item.start,
stop: item.stop
})
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2198,12 +2198,13 @@ epg-parser@^0.1.6:
dependencies:
xml-js "^1.6.11"

epg-parser@^0.2.0:
version "0.2.0"
resolved "https://registry.npmjs.org/epg-parser/-/epg-parser-0.2.0.tgz"
integrity sha512-+wmWylP9RPK1tzZKRZ291H8+vDd4LB1ZY0UP16bACyqpwmMu/xkE92jUaXm6wBMn6lpfSepYmT2mgLLi+NCsHQ==
epg-parser@^0.3.1:
version "0.3.1"
resolved "https://registry.npmjs.org/epg-parser/-/epg-parser-0.3.1.tgz"
integrity sha512-y131hXfDthUdSeKbN0Ru1wiFF5er4t/TLT+IaAnHF2CYB0cnygHTJteQMDYIlHWHDsGj+z9ejm1cU3saFNF3nQ==
dependencies:
dayjs "^1.11.6"
lodash "^4.17.21"
xml-js "^1.6.11"

err-code@^2.0.2:
Expand Down

0 comments on commit c108aa5

Please sign in to comment.