index.js: update prompt format

This commit is contained in:
He4eT 2025-03-28 15:32:48 +01:00
commit 1bcff6f073

View file

@ -36,7 +36,7 @@ const shapeChannels = (channels) =>
const fuzzySelect = (choices) => const fuzzySelect = (choices) =>
inquirer.prompt([{ inquirer.prompt([{
choices, choices,
message: 'SomaFM channel', message: 'SomaFM Channel:',
name: 'channelURL', name: 'channelURL',
type: 'search-list', type: 'search-list',
}]) }])