Update scripts/commands/playlist/edit.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Aleksandr Statciuk
2026-04-11 23:52:59 +03:00
committed by GitHub
parent 2d547ae74b
commit 2604b0824f

View File

@@ -9,7 +9,7 @@ import * as sdk from '@iptv-org/sdk'
import { truncate } from '../../utils' import { truncate } from '../../utils'
import { Command } from 'commander' import { Command } from 'commander'
import readline from 'readline' import readline from 'readline'
import path from 'path' import path from 'node:path'
type ChoiceValue = { type: string; value?: sdk.Models.Feed | sdk.Models.Channel } type ChoiceValue = { type: string; value?: sdk.Models.Feed | sdk.Models.Channel }
type Choice = { name: string; short?: string; value: ChoiceValue; default?: boolean } type Choice = { name: string; short?: string; value: ChoiceValue; default?: boolean }