Skip to content

Commit 9698837

Browse files
committed
fix: error url
1 parent ba20444 commit 9698837

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iptv-sources",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"main": "index.js",
55
"repository": "git@github.com:HerbertHe/iptv-sources.git",
66
"author": "HerbertHe <Herbert.He0229@gmail.com>",

src/rollback.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const updateEPGByRollback = async (
5656
const rollback_urls = get_rollback_urls()
5757
try {
5858
const now = hrtime.bigint()
59-
const res = await fetch(`${rollback_urls[idx]}/${sr.f_name}.xml`)
59+
const res = await fetch(`${rollback_urls[idx]}/epg/${sr.f_name}.xml`)
6060
if (res.ok) {
6161
console.log(
6262
`Fetch EPG from ${sr.name} with ROLLBACK from ${

0 commit comments

Comments
 (0)