Minor code simplification.
This commit is contained in:
@ -30,6 +30,7 @@
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <stdint.h>
|
||||
#include <libgen.h>
|
||||
|
||||
#define ROLE_NOUSE 0
|
||||
@ -51,7 +52,7 @@ struct song_metadata {
|
||||
char *type;
|
||||
int time_modified;
|
||||
|
||||
char *image; // coverart
|
||||
uint8_t *image; // coverart
|
||||
int image_size;
|
||||
|
||||
char *title; // TIT2
|
||||
|
Reference in New Issue
Block a user