aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/settings.xml')
-rw-r--r--app/src/main/res/xml/settings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/xml/settings.xml b/app/src/main/res/xml/settings.xml
index b30d59fd..dec8d928 100644
--- a/app/src/main/res/xml/settings.xml
+++ b/app/src/main/res/xml/settings.xml
@@ -436,6 +436,13 @@
android:title="@string/settings.other_title">
<CheckBoxPreference
+ android:title="@string/settings.shuffle_by_album"
+ android:key="shuffleByAlbum"
+ android:defaultValue="true"
+ android:summaryOn="@string/settings.shuffle_by_album.true"
+ android:summaryOff="@string/settings.shuffle_by_album.false"/>
+
+ <CheckBoxPreference
android:title="@string/settings.scrobble_title"
android:summary="@string/settings.scrobble_summary"
android:key="scrobble"