aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/menu/select_video_context_offline.xml
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-android/res/menu/select_video_context_offline.xml')
-rw-r--r--subsonic-android/res/menu/select_video_context_offline.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/subsonic-android/res/menu/select_video_context_offline.xml b/subsonic-android/res/menu/select_video_context_offline.xml
new file mode 100644
index 00000000..1f0b3ebd
--- /dev/null
+++ b/subsonic-android/res/menu/select_video_context_offline.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <item
+ android:id="@+id/song_menu_play_external"
+ android:title="@string/common.play_external"/>
+</menu>