aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/xml/settings.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-07-07 11:23:48 -0700
committerScott Jackson <daneren2005@gmail.com>2012-07-07 11:23:48 -0700
commit3e560496b7951cda1724fa2580ee0601dbe5b88c (patch)
treef8d0ad5573433724796cae42a699b078f3f1d7e4 /subsonic-android/res/xml/settings.xml
parent912fe4c2e67c3a13debc4c80c612e7209085f75f (diff)
downloaddsub-3e560496b7951cda1724fa2580ee0601dbe5b88c.tar.gz
dsub-3e560496b7951cda1724fa2580ee0601dbe5b88c.tar.bz2
dsub-3e560496b7951cda1724fa2580ee0601dbe5b88c.zip
Basic Network Timeout setting
Diffstat (limited to 'subsonic-android/res/xml/settings.xml')
-rw-r--r--subsonic-android/res/xml/settings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/subsonic-android/res/xml/settings.xml b/subsonic-android/res/xml/settings.xml
index 4e4cd7dd..21d0568a 100644
--- a/subsonic-android/res/xml/settings.xml
+++ b/subsonic-android/res/xml/settings.xml
@@ -137,6 +137,13 @@
android:summary="@string/settings.wifi_required_summary"
android:key="wifiRequiredForDownload"
android:defaultValue="false"/>
+
+ <ListPreference
+ android:title="@string/settings.network_timeout_title"
+ android:key="networkTimeout"
+ android:defaultValue="15000"
+ android:entryValues="@array/networkTimeoutValues"
+ android:entries="@array/networkTimeoutNames"/>
</PreferenceCategory>