mirror of
https://github.com/iptv-org/iptv
synced 2026-03-21 19:31:01 -04:00
Update edit.ts
This commit is contained in:
@@ -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 = ''
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user