Return "none" if no headphone connected
This commit is contained in:
parent
d61c485906
commit
d41c04ab34
1 changed files with 2 additions and 0 deletions
|
@ -43,4 +43,6 @@ if [ ! -z ${BT_SINK} ]; then
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
else
|
||||||
|
echo "none"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue