Skip to content

Commit

Permalink
osx: spotlight: Assign ctype properly
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Jan 22, 2012
1 parent 8cac2a0 commit 1a9138e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fileaccess/fa_spotlight.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ spotlight_searcher(void *aux)
metadata_t *md = fa_probe_metadata(path, NULL, 0);

t = 0;
ctype = md->md_contenttype;
switch(md->md_contenttype) {
case CONTENT_AUDIO:
break;
Expand Down

0 comments on commit 1a9138e

Please sign in to comment.