zuke: fix search function ignoring matching artist name
This commit is contained in:
parent
4584fbf577
commit
2d56837b2f
1 changed files with 2 additions and 0 deletions
|
@ -941,6 +941,8 @@ search(char d)
|
|||
if(cistrstr(m->artist[a], buf) != nil)
|
||||
break;
|
||||
}
|
||||
if(a < m->numartist)
|
||||
break;
|
||||
if(m->album != nil && cistrstr(m->album, buf) != nil)
|
||||
break;
|
||||
if(m->title != nil && cistrstr(m->title, buf) != nil)
|
||||
|
|
Loading…
Reference in a new issue