summaryrefslogtreecommitdiff
path: root/apps/plugins/searchengine/dbinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/searchengine/dbinterface.h')
-rw-r--r--apps/plugins/searchengine/dbinterface.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/apps/plugins/searchengine/dbinterface.h b/apps/plugins/searchengine/dbinterface.h
index 98596aed2f..b168456b85 100644
--- a/apps/plugins/searchengine/dbinterface.h
+++ b/apps/plugins/searchengine/dbinterface.h
@@ -30,13 +30,15 @@ struct entry {
30 loadedalbumname, 30 loadedalbumname,
31 loadedartistname; 31 loadedartistname;
32 char *filename; 32 char *filename;
33 long hash; 33 long hash,rundbhash;
34 long songentry; 34 long songentry,rundbfe;
35 long rundbentry; 35 long rundbentry;
36 short year; 36 short year;
37 short bitrate; 37 short bitrate;
38 long rating; 38 short rating;
39 long playcount; 39 long playcount;
40 long lastplayed;
41 short voladj;
40 char *title; 42 char *title;
41 char *genre; 43 char *genre;
42 long artistoffset; 44 long artistoffset;