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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/searchengine/dbinterface.h b/apps/plugins/searchengine/dbinterface.h
index 6a33248..98596ae 100644
--- a/apps/plugins/searchengine/dbinterface.h
+++ b/apps/plugins/searchengine/dbinterface.h
@@ -43,6 +43,9 @@ struct entry {
long albumoffset;
char *artistname;
char *albumname;
+ long playtime;
+ short track;
+ short samplerate;
};
extern struct entry *currententry;