aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-05-01 19:21:31 -0700
committerScott Jackson <daneren2005@gmail.com>2013-05-01 19:21:31 -0700
commit372feb754c4ac74d50383d926764b5b500acba26 (patch)
treefb4ee27aed2ba4fdd4d28048a1963632e6875b57 /subsonic-android/res/xml
parentb5c7529ed34139e382376d090e9f933e2c3ede18 (diff)
downloaddsub-372feb754c4ac74d50383d926764b5b500acba26.tar.gz
dsub-372feb754c4ac74d50383d926764b5b500acba26.tar.bz2
dsub-372feb754c4ac74d50383d926764b5b500acba26.zip
Added a setting for gapless playback
Diffstat (limited to 'subsonic-android/res/xml')
-rw-r--r--subsonic-android/res/xml/settings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/subsonic-android/res/xml/settings.xml b/subsonic-android/res/xml/settings.xml
index a2ae7b20..d21f928f 100644
--- a/subsonic-android/res/xml/settings.xml
+++ b/subsonic-android/res/xml/settings.xml
@@ -239,6 +239,12 @@
android:key="screenLitOnDownload"
android:defaultValue="true"/>
+ <CheckBoxPreference
+ android:title="@string/settings.gapless_playback"
+ android:summary="@string/settings.gapless_playback_summary"
+ android:key="gaplessPlayback"
+ android:defaultValue="true"/>
+
<Preference
android:key="clearSearchHistory"
android:title="@string/settings.clear_search_history"