summaryrefslogtreecommitdiff
path: root/apps/tagcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r--apps/tagcache.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index 16dac0b41f..a33e79b56d 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -110,10 +110,12 @@ struct tagcache_stat {
110}; 110};
111 111
112enum source_type {source_constant, source_input, 112enum source_type {source_constant, source_input,
113 source_current_artist, source_current_album}; 113 source_current_path, /* has different handling to _id3
114 114 so it has to be seperate */
115#define SOURCE_CURRENT_ARTIST "#artist#" 115 source_current_id3 /* dont add items after this.
116#define SOURCE_CURRENT_ALBUM "#album#" 116 it is used as an index
117 into id3_to_search_mapping */
118 };
117 119
118struct tagcache_search_clause 120struct tagcache_search_clause
119{ 121{