Update edit.ts

This commit is contained in:
freearhey
2026-03-13 07:25:07 +03:00
parent f03d6932c7
commit 60a7ff7f15

View File

@@ -69,8 +69,8 @@ export default async function main(filepath: string) {
} }
streamsWithoutId.forEach((stream: Stream) => { streamsWithoutId.forEach((stream: Stream) => {
if (stream.channel === '-') { if (stream.tvgId === '-') {
stream.channel = '' stream.tvgId = ''
} }
}) })
} }