mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
Rename struct tag_mp3file
That struct is badly named, rename it to struct media_file_info and keep the typedef as-is for now.
This commit is contained in:
parent
d0d9e9dbfc
commit
10037ff7cf
@ -59,7 +59,7 @@
|
||||
#define SG_ALBUM_ARTIST 42
|
||||
|
||||
/* Packed and unpacked formats */
|
||||
typedef struct tag_mp3file {
|
||||
typedef struct media_file_info {
|
||||
char *path;
|
||||
uint32_t index;
|
||||
char *fname;
|
||||
|
Loading…
Reference in New Issue
Block a user