Use "file" instead of SONG_INFO (literally "file: ") for
LOCATE_TAG_KEY_FILE. Specifying "file: " as an argument to search/find/list wasn't the point of that patch... git-svn-id: https://svn.musicpd.org/mpd/trunk@5670 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
2630b5a30f
commit
28c2a1e433
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user