chore(cli): remove version from prompt; remove navidrome from menus for consistency

This commit is contained in:
Cory Dransfeldt 2025-06-18 12:18:02 -07:00
parent bb626cb178
commit ad5754f78f
No known key found for this signature in database
4 changed files with 6 additions and 7 deletions

View file

@ -19,7 +19,7 @@ export const runJobsMenu = async () => {
method: "GET"
},
{
name: "💿 Scrobble listens from Navidrome",
name: "💿 Scrobble listens",
type: "curl",
apiUrl: `${config.url}/api/scrobble.php`,
tokenEnvVar: "NAVIDROME_SCROBBLE_TOKEN",
@ -40,7 +40,7 @@ export const runJobsMenu = async () => {
method: "POST"
},
{
name: "🎤 Import artist from Navidrome",
name: "🎤 Import artist",
type: "curl",
apiUrl: `${config.url}/api/artist-import.php`,
tokenEnvVar: "ARTIST_IMPORT_TOKEN",