Return "none" if no headphone connected

This commit is contained in:
dbroqua 2020-11-17 22:17:26 +01:00
parent d61c485906
commit d41c04ab34

View File

@ -43,4 +43,6 @@ if [ ! -z ${BT_SINK} ]; then
esac
;;
esac
else
echo "none"
fi