mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-03 01:46:02 -05:00
Minor fix
This commit is contained in:
parent
495aebec40
commit
376f0ed1c0
@ -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;
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user