From c436657571f668299d1848b4227e01bda7434f7f Mon Sep 17 00:00:00 2001 From: Robert Kukla Date: Tue, 30 Oct 2007 10:02:57 +0000 Subject: some improvements to FS#8008 - see tracker entry for details git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15371 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagcache.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'apps/tagcache.h') diff --git a/apps/tagcache.h b/apps/tagcache.h index a33e79b..39f0c61f 100644 --- a/apps/tagcache.h +++ b/apps/tagcache.h @@ -109,10 +109,9 @@ struct tagcache_stat { // const char *uimessage; /* Pending error message. Implement soon. */ }; -enum source_type {source_constant, source_input, - source_current_path, /* has different handling to _id3 - so it has to be seperate */ - source_current_id3 /* dont add items after this. +enum source_type {source_constant, + source_runtime, + source_current_path /* dont add items after this. it is used as an index into id3_to_search_mapping */ }; -- cgit v1.1