Fix bug where the queue would grow logarithmically with multiple arguments

This commit is contained in:
Salt 2020-02-11 01:12:18 -06:00
parent 92c6e38c70
commit 56fb8bfa50
1 changed files with 2 additions and 0 deletions

2
ptgdp
View File

@ -406,6 +406,8 @@ main() {
# Files specified on the command line have priority
for arg in "${_args[@]}"; do
playlist "$arg"
unset _queue
declare -a _queue
done
elif ! [ -t 0 ]; then
# If there are none of those, read from STDIN