diff options
author | owner <owner@DeeDee-Laptop> | 2012-12-02 15:59:50 -0800 |
---|---|---|
committer | owner <owner@DeeDee-Laptop> | 2012-12-02 15:59:50 -0800 |
commit | 9f9bff0d03e0d1b1c4a00321bb377b3c31809e64 (patch) | |
tree | 0ea4ad468e410217c2f3bd49d7b23caef670740f /subsonic-android/res/menu | |
parent | 89bdb9e10c74fb3f8ea7b581e44ed3ce96f00ad0 (diff) | |
download | dsub-9f9bff0d03e0d1b1c4a00321bb377b3c31809e64.tar.gz dsub-9f9bff0d03e0d1b1c4a00321bb377b3c31809e64.tar.bz2 dsub-9f9bff0d03e0d1b1c4a00321bb377b3c31809e64.zip |
Stream videos with external player
Diffstat (limited to 'subsonic-android/res/menu')
-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..c14becad 100644 --- a/subsonic-android/res/menu/select_video_context.xml +++ b/subsonic-android/res/menu/select_video_context.xml @@ -3,6 +3,10 @@ <item android:id="@+id/song_menu_play_external" android:title="@string/common.play_external"/> + + <item + android:id="@+id/song_menu_stream_external" + android:title="@string/common.stream_external"/> <item android:id="@+id/song_menu_webview" |