summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index ba21572c3d..0e5169a007 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -1082,7 +1082,7 @@ MENUITEM_FUNCTION(set_recdir_item, 0, ID2P(LANG_SET_AS_REC_DIR),
1082#endif 1082#endif
1083static bool add_to_faves(void) 1083static bool add_to_faves(void)
1084{ 1084{
1085 if(PLUGIN_USB_CONNECTED == filetype_load_plugin("shortcuts", 1085 if(PLUGIN_USB_CONNECTED == filetype_load_plugin("shortcuts_append",
1086 selected_file)) 1086 selected_file))
1087 onplay_result = ONPLAY_RELOAD_DIR; 1087 onplay_result = ONPLAY_RELOAD_DIR;
1088 return false; 1088 return false;