Correction du cas sans scroll + esperluette

This commit is contained in:
Breizh 2022-08-13 02:46:12 +02:00
parent 2c95fc8044
commit 95155050fd

View file

@ -124,9 +124,6 @@ do
song=" $song" song=" $song"
fi fi
bloc1="$artist"
bloc2="$song"
old["file"]="${o["file"]}" old["file"]="${o["file"]}"
old["Title"]="${o["Title"]}" old["Title"]="${o["Title"]}"
old["Name"]="${o["Name"]}" old["Name"]="${o["Name"]}"
@ -160,6 +157,10 @@ do
I+=1 I+=1
[[ "$I" -ge "$(( ${#artist} + ${#song} ))" ]] && I=0 [[ "$I" -ge "$(( ${#artist} + ${#song} ))" ]] && I=0
else
unset bloc1 bloc2 bloc3 bloc4
bloc1="$artist"
bloc2="$song"
fi fi
# Gestion du temps # Gestion du temps