also ensure filesystem loader recurses as expected for artist art

This commit is contained in:
zmike 2015-09-06 09:26:56 -04:00
parent f1fe7471fd
commit 2ac5edb399
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ fsrun(FSInfo *fsi, Ecore_Thread *eth)
if (p)
{
p[0] = 0;
if (strstr(buf, fsi->req->album))
if (strstr(buf, fsi->req->album ?: fsi->req->artist))
{
it = eina_file_stat_ls(buf);
files = fsscan(it, files, !!fsi->req->album);