diff options
-rw-r--r-- | src/locate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/locate.c b/src/locate.c index a2981ccc9..7c3bab899 100644 --- a/src/locate.c +++ b/src/locate.c @@ -20,8 +20,8 @@ #include "utils.h" -#define LOCATE_TAG_FILE_KEY SONG_FILE -#define LOCATE_TAG_FILE_KEY_OLD "filename" +#define LOCATE_TAG_FILE_KEY "file" +#define LOCATE_TAG_FILE_KEY_OLD "filename" #define LOCATE_TAG_ANY_KEY "any" int getLocateTagItemType(char *str) |