aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/xml/settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-android/res/xml/settings.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"