1
0
Fork 0
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:
__cyp 2017-08-19 19:04:54 +02:00 committed by GitHub
commit 7905a12463

View file

@ -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 @@
} }
] ]
} }
} }