mirror of
https://github.com/iptv-org/iptv
synced 2026-03-22 03:41:39 -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) => {
|
||||
if (stream.channel === '-') {
|
||||
stream.channel = ''
|
||||
if (stream.tvgId === '-') {
|
||||
stream.tvgId = ''
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user