aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/menu/select_song_context.xml
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-android/res/menu/select_song_context.xml')
-rw-r--r--subsonic-android/res/menu/select_song_context.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/subsonic-android/res/menu/select_song_context.xml b/subsonic-android/res/menu/select_song_context.xml
index c6393e77..cc88fd9d 100644
--- a/subsonic-android/res/menu/select_song_context.xml
+++ b/subsonic-android/res/menu/select_song_context.xml
@@ -15,5 +15,9 @@
android:id="@+id/song_menu_play_last"
android:title="@string/common.play_last"
/>
+
+ <item
+ android:id="@+id/song_menu_star"
+ android:title="@string/common.star"/>
</menu>