mirror of
https://github.com/iptv-org/iptv
synced 2026-05-07 01:57:21 -04:00
Update scripts/commands/playlist/edit.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2d547ae74b
commit
2604b0824f
@@ -9,7 +9,7 @@ import * as sdk from '@iptv-org/sdk'
|
||||
import { truncate } from '../../utils'
|
||||
import { Command } from 'commander'
|
||||
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 Choice = { name: string; short?: string; value: ChoiceValue; default?: boolean }
|
||||
|
||||
Reference in New Issue
Block a user