fix(cli): more consistent labeling in movie/show download prompt

This commit is contained in:
Cory Dransfeldt 2025-06-14 18:52:08 -07:00
parent b316c58b1a
commit a27c18101b
No known key found for this signature in database
5 changed files with 25 additions and 21 deletions

View file

@ -70,7 +70,7 @@ export const runJobsMenu = async () => {
]
},
{
name: '📽 Import movie or show',
name: '📽 Import a movie or tv show',
type: 'curl',
apiUrl: `${config.url}/api/watching-import.php`,
tokenEnvVar: 'WATCHING_IMPORT_TOKEN',
@ -86,8 +86,8 @@ export const runJobsMenu = async () => {
{
type: 'list',
name: 'media_type',
message: 'Is this a movie or a show?',
choices: ['movie', 'show']
message: 'Is this a movie or tv show?',
choices: ['movie', 'tv']
}
]
},