summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 2beb374956..5dcbe6e13e 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -820,12 +820,12 @@ int onplay(char* file, int attr, int from)
820 items[i].desc = ID2P(LANG_MENU_SHOW_ID3_INFO); 820 items[i].desc = ID2P(LANG_MENU_SHOW_ID3_INFO);
821 items[i].function = browse_id3; 821 items[i].function = browse_id3;
822 i++; 822 i++;
823 if(rundb_initialized) 823/* if(rundb_initialized)
824 { 824 {
825 items[i].desc = ID2P(LANG_MENU_SET_RATING); 825 items[i].desc = ID2P(LANG_MENU_SET_RATING);
826 items[i].function = set_rating; 826 items[i].function = set_rating;
827 i++; 827 i++;
828 } 828 }*/
829 } 829 }
830 830
831#ifdef HAVE_MULTIVOLUME 831#ifdef HAVE_MULTIVOLUME