* Be more flexible when it comes to album art resolutions. This is really just a recommendation and not an absolute requirement for DLNA compliance.

This commit is contained in:
Justin Maggard
2009-02-04 02:25:24 +00:00
parent 48a742181d
commit a1d385241d
6 changed files with 77 additions and 43 deletions

View File

@ -11,6 +11,6 @@
#define __ALBUMART_H__
sqlite_int64
find_album_art(const char * path);
find_album_art(const char * path, char * dlna_pn);
#endif