Add ${XZUID// /-} to film genre

This commit is contained in:
qo-op 2021-03-09 15:41:52 +01:00
parent 20b634349b
commit 198747d001
1 changed files with 2 additions and 1 deletions

View File

@ -249,7 +249,8 @@ FILM_GENRES=$(zenity --list --checklist --title="GENRE" --height=${haut}\
FALSE Sport\
FALSE Telefilm\
FALSE Thriller\
FALSE Western)
FALSE Western\
TRUE ${XZUID// /-})
# FORMAT GENRES ["genre1","genre2"]
GENRES="[\"$(echo ${FILM_GENRES} | sed s/\|/\",\"/g)\"]"