Skip to content

Commit

Permalink
fix: error url
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbertHe committed Sep 7, 2024
1 parent ba20444 commit 9698837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iptv-sources",
"version": "1.6.2",
"version": "1.6.3",
"main": "index.js",
"repository": "[email protected]:HerbertHe/iptv-sources.git",
"author": "HerbertHe <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/rollback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const updateEPGByRollback = async (
const rollback_urls = get_rollback_urls()
try {
const now = hrtime.bigint()
const res = await fetch(`${rollback_urls[idx]}/${sr.f_name}.xml`)
const res = await fetch(`${rollback_urls[idx]}/epg/${sr.f_name}.xml`)
if (res.ok) {
console.log(
`Fetch EPG from ${sr.name} with ROLLBACK from ${
Expand Down

0 comments on commit 9698837

Please sign in to comment.