fix(cli): more consistent labeling in movie/show download prompt
This commit is contained in:
parent
b316c58b1a
commit
a27c18101b
5 changed files with 25 additions and 21 deletions
|
@ -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']
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue