Skip to content

Commit

Permalink
extras: Update extras/mpvc-equalizer
Browse files Browse the repository at this point in the history
  • Loading branch information
gmt4 committed Sep 28, 2024
1 parent 5efe2c0 commit daba32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/mpvc-equalizer
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ mpvc_presets()
rock) echo "4.8 2.8 -3.4 -4.8 -2.0 2.4 5.3 6.7 6.7 6.7" ;; #preset: rock
techno) echo "4.8 3.3 0.0 -3.4 -2.9 0.0 4.8 5.7 5.8 5.3" ;; #preset: techno

''|help|list) awk '/#preset:/ { print }' "$0";;
''|help|list) awk '/#preset: [a-z]/ { print }' "$0";;
esac
}

Expand Down

0 comments on commit daba32d

Please sign in to comment.