Merge pull request #734 from fewtarius/dev
Make sure we delete the AudioDevice so defaults are honored.
This commit is contained in:
commit
4db3fdfd33
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ function set_es_path() {
|
|||
exit 0
|
||||
fi
|
||||
AUDIOTEST=$(grep "AudioDevice" ${ES_SETTINGS} 2>/dev/null)
|
||||
sed -i '/<string name="AudioDevice".*$/d' ${ES_SETTINGS}
|
||||
sed -i '/^.*<string name="AudioDevice".*$/d' ${ES_SETTINGS}
|
||||
if [ -e "/storage/.config/profile.d/99-mixer" ]
|
||||
then
|
||||
rm "/storage/.config/profile.d/99-mixer"
|
||||
|
|
Loading…
Reference in a new issue