mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-20 09:56:09 -05:00
Use an enum for DMAP types
This commit is contained in:
@@ -67,7 +67,7 @@ struct daap_update_request {
|
||||
|
||||
struct dmap_field_map {
|
||||
uint32_t hash;
|
||||
short type;
|
||||
enum dmap_type type;
|
||||
char *tag;
|
||||
char *desc;
|
||||
ssize_t mfi_offset;
|
||||
|
||||
Reference in New Issue
Block a user