mirror of
https://github.com/iptv-org/iptv.git
synced 2026-06-13 21:02:09 +08:00
Update edit.ts
This commit is contained in:
parent
f03d6932c7
commit
60a7ff7f15
@ -69,8 +69,8 @@ export default async function main(filepath: string) {
|
||||
}
|
||||
|
||||
streamsWithoutId.forEach((stream: Stream) => {
|
||||
if (stream.channel === '-') {
|
||||
stream.channel = ''
|
||||
if (stream.tvgId === '-') {
|
||||
stream.tvgId = ''
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user