chore(cli): remove version from prompt; remove navidrome from menus for consistency
This commit is contained in:
parent
bb626cb178
commit
ad5754f78f
4 changed files with 6 additions and 7 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue