summaryrefslogtreecommitdiffstats
path: root/apps/onplay.c
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2022-04-12 19:31:24 +0200
committerSolomon Peachy <pizza@shaftnet.org>2022-04-18 10:48:41 -0400
commit1c66e975222558e8cd80d8ce2cd083370fb157a2 (patch)
tree5f0b7ce7fe580579073af1b84d8afc0e8ab011dc /apps/onplay.c
parenta234df30dff854f5935c5416febe04f003c12bfc (diff)
downloadrockbox-1c66e975222558e8cd80d8ce2cd083370fb157a2.tar.gz
rockbox-1c66e975222558e8cd80d8ce2cd083370fb157a2.zip
Database: Remove File View menu
These options don't seem to apply to the database... Change-Id: I777073eeaed4099acf44996b95fa05b4c2b3abc4
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index ee183450fa..7245ac2016 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -1986,3 +1986,9 @@ int onplay(char* file, int attr, int from, bool hotkey)
return onplay_result;
}
}
+
+int get_onplay_context(void)
+{
+ return context;
+}
+