diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-10-17 18:54:24 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-10-17 18:54:24 -0700 |
commit | 9f8c55fb9692c148bca38f265a706724074fa418 (patch) | |
tree | 9c18c9cb0bf4dcb28e4aa4735da1dfb0c5b80881 /subsonic-android/res/menu/select_artist_context.xml | |
parent | cbc10200e39f3f4b00b6005295e9a4b456e87c03 (diff) | |
download | dsub-9f8c55fb9692c148bca38f265a706724074fa418.tar.gz dsub-9f8c55fb9692c148bca38f265a706724074fa418.tar.bz2 dsub-9f8c55fb9692c148bca38f265a706724074fa418.zip |
Start of work for add to playlist
Diffstat (limited to 'subsonic-android/res/menu/select_artist_context.xml')
-rw-r--r-- | subsonic-android/res/menu/select_artist_context.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/subsonic-android/res/menu/select_artist_context.xml b/subsonic-android/res/menu/select_artist_context.xml index d1fdbb02..7f9db01a 100644 --- a/subsonic-android/res/menu/select_artist_context.xml +++ b/subsonic-android/res/menu/select_artist_context.xml @@ -24,10 +24,5 @@ <item android:id="@+id/artist_menu_pin" android:title="@string/common.pin" - /> - - <item - android:id="@+id/artist_menu_star" - android:title="@string/common.star"/> - + /> </menu> |