mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
Merge pull request #3 from YunoHost-Apps/Little-correction
[Fix] Syntax Problem (fixes #2)
This commit is contained in:
commit
7905a12463
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spotify_user",
|
"name": "spotify_user",
|
||||||
"optional": "True",
|
"optional": true,
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "User Spotify (Optional field)",
|
"en": "User Spotify (Optional field)",
|
||||||
"fr": "Utilisateur Spotify (Champs optionnel)"
|
"fr": "Utilisateur Spotify (Champs optionnel)"
|
||||||
|
@ -98,4 +98,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue