* Check all contributor types when determining the artist.

This commit is contained in:
Justin Maggard
2009-03-26 21:06:51 +00:00
parent 6d5ef54c06
commit 9a481196fc
3 changed files with 13 additions and 9 deletions

View File

@ -1321,7 +1321,7 @@ SendResp_dlnafile(struct upnphttp * h, char * object)
DPRINTF(E_WARN, L_HTTP, "%s not found, responding ERROR 404\n", object);
sqlite3_free_table(result);
Send404(h);
goto error;
return;
}
/* Cache the result */
last_file.id = id;