Correction du cas sans scroll + esperluette
This commit is contained in:
parent
1df325c1f8
commit
75f07dc001
1 changed files with 4 additions and 3 deletions
|
@ -123,9 +123,6 @@ do
|
||||||
scroll=false
|
scroll=false
|
||||||
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"]}"
|
||||||
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue