* 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:
@ -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
|
||||
|
Reference in New Issue
Block a user