* Remove ALBUM_ART_PN from the database, since it's forced to be JPEG_TN now.

* Add a DISC entry to the database, so when the client sorts a multi-disc audio album by track, we can sort by disc first.
This commit is contained in:
Justin Maggard
2009-10-14 01:14:10 +00:00
parent 7c62467398
commit e777a93a5e
7 changed files with 35 additions and 46 deletions

View File

@ -14,6 +14,6 @@ void
update_if_album_art(const char * path);
sqlite_int64
find_album_art(const char * path, char * dlna_pn, const char * image_data, int image_size);
find_album_art(const char * path, const char * image_data, int image_size);
#endif