aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbUtils.h')
-rw-r--r--src/dbUtils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dbUtils.h b/src/dbUtils.h
index 5b0623161..ebd4dcfba 100644
--- a/src/dbUtils.h
+++ b/src/dbUtils.h
@@ -23,6 +23,9 @@
#include "tag.h"
+#define LOCATE_TAG_FILE_TYPE TAG_NUM_OF_ITEM_TYPES+10
+#define LOCATE_TAG_ANY_TYPE TAG_NUM_OF_ITEM_TYPES+20
+
/* struct used for search, find, list queries */
typedef struct _LocateTagItem {
mpd_sint8 tagType;