* Add support for limiting a media dir to multiple media types.

This commit is contained in:
Justin Maggard
2012-10-03 07:26:00 +00:00
parent fdcdd9ded8
commit 584258c1f8
8 changed files with 172 additions and 108 deletions

View File

@ -78,6 +78,6 @@ int
is_album_art(const char * name);
int
resolve_unknown_type(const char * path, enum media_types dir_type);
resolve_unknown_type(const char * path, media_types dir_type);
#endif