Skip to content

Commit

Permalink
Fix #50
Browse files Browse the repository at this point in the history
  • Loading branch information
marioortizmanero committed May 14, 2021
1 parent 6916749 commit 99a95cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulseaudio-control.bash
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function nextSink() {

sinks[$i]="$index"
i=$((i + 1))
done < <(pactl list short sinks)
done < <(pactl list short sinks | sort -n)

# If the resulting list is empty, nothing is done
if [ ${#sinks[@]} -eq 0 ]; then return; fi
Expand Down

0 comments on commit 99a95cc

Please sign in to comment.