prenagha / launchbar

LaunchBar Actions
https://renaghan.com/launchbar/
Apache License 2.0
182 stars 13 forks source link

Prevent removal of trailing spaces in device names #14

Closed jwhitley closed 4 years ago

jwhitley commented 4 years ago

bash read was incorrectly removing significant leading or trailing spaces from device audio names. This change preserves spaces, so that device names round-tripped through this action will still be recognized by SwitchAudioSource.

Fixes #13.

prenagha commented 4 years ago

Looks good. Thanks 🙏