ok, now song->url is only the filename, not the full path to the song
git-svn-id: https://svn.musicpd.org/mpd/trunk@2602 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -27,7 +27,7 @@ char * getTagItemString(int type, char * string) {
|
||||
if(type == TAG_ITEM_TITLE) return strdup(string);
|
||||
|
||||
if(tagLists[type] == NULL) {
|
||||
tagLists[type] = makeList(free);
|
||||
tagLists[type] = makeList(free, 1);
|
||||
}
|
||||
|
||||
if((node = findNodeInList(tagLists[type], string))) {
|
||||
|
Reference in New Issue
Block a user