diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-12-11 20:42:20 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-12-11 20:42:20 -0800 |
commit | 16b9018594e16b6f5abd6b4dd6806d5108126c2e (patch) | |
tree | 8f51c4297f871c25cf4a32172febf2c3e5c7a0e1 /subsonic-android/res | |
parent | 0b22a0bcadbbe12724be747fa9488258a3a95239 (diff) | |
download | dsub-16b9018594e16b6f5abd6b4dd6806d5108126c2e.tar.gz dsub-16b9018594e16b6f5abd6b4dd6806d5108126c2e.tar.bz2 dsub-16b9018594e16b6f5abd6b4dd6806d5108126c2e.zip |
Remove streaming option, doesn't work in current form
Diffstat (limited to 'subsonic-android/res')
-rw-r--r-- | subsonic-android/res/menu/select_video_context.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/subsonic-android/res/menu/select_video_context.xml b/subsonic-android/res/menu/select_video_context.xml index c14becad..ed04b6ff 100644 --- a/subsonic-android/res/menu/select_video_context.xml +++ b/subsonic-android/res/menu/select_video_context.xml @@ -3,10 +3,6 @@ <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" |