aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/menu/select_artist_context.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-07-25 19:58:53 -0700
committerScott Jackson <daneren2005@gmail.com>2012-07-25 19:58:53 -0700
commit2e210b2632b0a4c4d90ab4b0961a47f693d0a66f (patch)
tree4c46a8cd26c7b8919fc93bd5f80a3b2cf1e6f165 /subsonic-android/res/menu/select_artist_context.xml
parentb3ae86281bcd3f94f4e5f2497dbc2bb1a77803d4 (diff)
downloaddsub-2e210b2632b0a4c4d90ab4b0961a47f693d0a66f.tar.gz
dsub-2e210b2632b0a4c4d90ab4b0961a47f693d0a66f.tar.bz2
dsub-2e210b2632b0a4c4d90ab4b0961a47f693d0a66f.zip
Play Shuffled added to everything with a Play Now option (tombriden)
Diffstat (limited to 'subsonic-android/res/menu/select_artist_context.xml')
-rw-r--r--subsonic-android/res/menu/select_artist_context.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/subsonic-android/res/menu/select_artist_context.xml b/subsonic-android/res/menu/select_artist_context.xml
index fc4a45ba..c1b201f7 100644
--- a/subsonic-android/res/menu/select_artist_context.xml
+++ b/subsonic-android/res/menu/select_artist_context.xml
@@ -5,6 +5,11 @@
android:id="@+id/artist_menu_play_now"
android:title="@string/common.play_now"
/>
+
+ <item
+ android:id="@+id/artist_menu_play_shuffled"
+ android:title="@string/common.play_shuffled"
+ />
<item
android:id="@+id/artist_menu_play_last"