fix test (we're not adding title's to the tag tracker)
git-svn-id: https://svn.musicpd.org/mpd/trunk@2653 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
c2844e84ff
commit
67c7cc8e20
|
@ -48,7 +48,7 @@ void removeTagItemString(int type, char * string) {
|
|||
|
||||
assert(string);
|
||||
|
||||
assert(tagLists[type]);
|
||||
/*assert(tagLists[type]);*/
|
||||
if(tagLists[type] == NULL) return;
|
||||
|
||||
node = findNodeInList(tagLists[type], string);
|
||||
|
|
Loading…
Reference in New Issue