Minor fix

This commit is contained in:
ejurgensen 2014-09-30 18:55:32 +02:00
parent 495aebec40
commit 376f0ed1c0
2 changed files with 3 additions and 1 deletions

View File

@ -1016,7 +1016,7 @@ artwork_get_parentdir_image(char *path, int isdir, int max_w, int max_h, int for
}
static int
artwork_get_item_path(char *path, char artwork, uint32_t data_kind, int nodir, int max_w, int max_h, int format, struct evbuffer *evbuf)
artwork_get_item_path(char *path, int artwork, uint32_t data_kind, int nodir, int max_w, int max_h, int format, struct evbuffer *evbuf)
{
int ret;

View File

@ -10,9 +10,11 @@
#include <event.h>
/* Get artwork for individual track */
int
artwork_get_item(int id, int max_w, int max_h, int format, struct evbuffer *evbuf);
/* Get artwork for album or artist */
int
artwork_get_group(int id, int max_w, int max_h, int format, struct evbuffer *evbuf);