diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-01-08 21:07:28 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-01-08 21:07:28 -0800 |
commit | 9b94aebd0567292edd7c978b8ef874cf14766440 (patch) | |
tree | 933edc8a31d0fa72d21189f1e9adcba5cbf3840d /subsonic-android/res | |
parent | 2c7ca50854f20af2805a85d9b3c2d9614f8662c2 (diff) | |
download | dsub-9b94aebd0567292edd7c978b8ef874cf14766440.tar.gz dsub-9b94aebd0567292edd7c978b8ef874cf14766440.tar.bz2 dsub-9b94aebd0567292edd7c978b8ef874cf14766440.zip |
Added stream video option
Diffstat (limited to 'subsonic-android/res')
-rw-r--r-- | subsonic-android/res/menu/select_video_context.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/subsonic-android/res/menu/select_video_context.xml b/subsonic-android/res/menu/select_video_context.xml index ed04b6ff..ccc1600d 100644 --- a/subsonic-android/res/menu/select_video_context.xml +++ b/subsonic-android/res/menu/select_video_context.xml @@ -1,6 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item + android:id="@+id/song_menu_stream_external" + android:title="@string/common.stream_external"/> + + <item android:id="@+id/song_menu_play_external" android:title="@string/common.play_external"/> |