aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-12-08 22:17:45 -0800
committerScott Jackson <daneren2005@gmail.com>2012-12-08 22:17:45 -0800
commit2c5d233b59ad93427b334848367e0cc5235e7a29 (patch)
tree09b81f95ec58b27f25d0052ccb220b1f0f525298 /subsonic-android/res/xml
parent57987e4843b45303f5adf7438e6c38390156a479 (diff)
downloaddsub-2c5d233b59ad93427b334848367e0cc5235e7a29.tar.gz
dsub-2c5d233b59ad93427b334848367e0cc5235e7a29.tar.bz2
dsub-2c5d233b59ad93427b334848367e0cc5235e7a29.zip
Changed default on transient loss of focus option to be pause unless can duck is specified
Diffstat (limited to 'subsonic-android/res/xml')
-rw-r--r--subsonic-android/res/xml/settings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/subsonic-android/res/xml/settings.xml b/subsonic-android/res/xml/settings.xml
index b6c82f7f..07d7a64f 100644
--- a/subsonic-android/res/xml/settings.xml
+++ b/subsonic-android/res/xml/settings.xml
@@ -159,7 +159,7 @@
<ListPreference
android:title="@string/settings.temp_loss_title"
android:key="tempLoss"
- android:defaultValue="0"
+ android:defaultValue="1"
android:entryValues="@array/tempLossValues"
android:entries="@array/tempLossNames"/>
</PreferenceCategory>