diff --git a/scripts/commands/playlist/edit.ts b/scripts/commands/playlist/edit.ts index b45c6a82c3..cf1a57a64b 100644 --- a/scripts/commands/playlist/edit.ts +++ b/scripts/commands/playlist/edit.ts @@ -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 }