print results
This commit is contained in:
parent
349393896d
commit
c170fbdae5
1 changed files with 2 additions and 0 deletions
2
strm
2
strm
|
|
@ -146,6 +146,8 @@ if [ "$list" == false ]; then
|
|||
echo -e "Playing the following files:\n"
|
||||
fi
|
||||
fi
|
||||
|
||||
# Print results
|
||||
for result in "${print_results[@]}"; do
|
||||
echo "$result"
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue