diff options
Diffstat (limited to 'apps/dbtree.h')
-rw-r--r-- | apps/dbtree.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/dbtree.h b/apps/dbtree.h index b0c726881f..5cf2e4feed 100644 --- a/apps/dbtree.h +++ b/apps/dbtree.h @@ -22,7 +22,8 @@ #include "tree.h" enum table { invalid, root, allsongs, allalbums, allartists, - albums4artist, songs4album }; + albums4artist, songs4album, + search, searchartists, searchalbums, searchsongs }; int db_init(void); int db_enter(struct tree_context* c); |