summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-03-26 11:33:42 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-03-26 11:33:42 +0000
commit7c4e0c8730d5b076d4db4206361bc38d5256a23f (patch)
tree43382ae25de9bfa0bbabdff7d51c32b651ad47b5 /apps/onplay.c
parent50d40ea43409745bc828e56af5e3879ea6b48cf1 (diff)
downloadrockbox-7c4e0c8730d5b076d4db4206361bc38d5256a23f.tar.gz
rockbox-7c4e0c8730d5b076d4db4206361bc38d5256a23f.zip
Initial version of tagcache! There are still some bugs in the engine
and much more problems with the UI. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9256 a1c6a512-1295-4272-9138-f99709370657
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