summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index d1b5285faa..af35824c1e 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -556,6 +556,9 @@ int onplay(char* file, int attr, int from)
556 items[i].desc = ID2P(LANG_MENU_SHOW_ID3_INFO); 556 items[i].desc = ID2P(LANG_MENU_SHOW_ID3_INFO);
557 items[i].function = browse_id3; 557 items[i].function = browse_id3;
558 i++; 558 i++;
559 items[i].desc = ID2P(LANG_MENU_SET_RATING);
560 items[i].function = set_rating;
561 i++;
559 } 562 }
560 563
561#ifdef HAVE_MULTIVOLUME 564#ifdef HAVE_MULTIVOLUME