Update scripts/commands/playlist/edit.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/35311/head
Aleksandr Statciuk 2 weeks ago committed by GitHub
parent 2d547ae74b
commit 2604b0824f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 }

Loading…
Cancel
Save