From 60a7ff7f1504fb283deceb4fe3919fddb5b1b4dc Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Fri, 13 Mar 2026 07:25:07 +0300 Subject: [PATCH] Update edit.ts --- scripts/commands/playlist/edit.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/commands/playlist/edit.ts b/scripts/commands/playlist/edit.ts index 1e70c76d18..6b3c66a566 100644 --- a/scripts/commands/playlist/edit.ts +++ b/scripts/commands/playlist/edit.ts @@ -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 = '' } }) }