Closed francoisdtm closed 3 years ago
Hey, is it possible to change $@ to "$@" in the start.sh script so that it allows the broadcasted name to have multiple words ?
$@
"$@"
start.sh
Ex: --name="Living room" only displays Living on AirPlay but should display Living room instead.
--name="Living room"
Living
Living room
Thanks in advance,
Thanks for the fix, which has been merged.
Hey, is it possible to change
$@
to"$@"
in thestart.sh
script so that it allows the broadcasted name to have multiple words ?Ex:
--name="Living room"
only displaysLiving
on AirPlay but should displayLiving room
instead.Thanks in advance,