add newline

This commit is contained in:
Denis Lehmann 2021-04-25 02:42:06 +02:00
parent 624d3eef5b
commit 525648eb8b

2
strm
View file

@ -113,6 +113,8 @@ if [ "$list" == false ]; then
results["$i"]="sftp://$connection_string${results[$i]}"
done
echo
# Play all remote files
if [ "$shuffle" == true ]; then
mpv --shuffle "${results[@]}"