aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbUtils.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/dbUtils.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dbUtils.c b/src/dbUtils.c
index 5e73da348..24e3ff75e 100644
--- a/src/dbUtils.c
+++ b/src/dbUtils.c
@@ -7,6 +7,9 @@
#include "tag.h"
#include "tagTracker.h"
+#define LOCATE_TAG_FILE_TYPE TAG_NUM_OF_ITEM_TYPES+10
+#define LOCATE_TAG_FILE_KEY "filename"
+
typedef struct ListCommandItem {
mpd_sint8 tagType;
int numConditionals;