mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-31 01:33:44 -04:00
Rename struct tag_packed_m3ufile and struct tag_packed_mp3file
This commit is contained in:
parent
5fc698c94f
commit
bdcb5b88dc
@ -132,7 +132,7 @@ typedef struct playlist_info {
|
|||||||
uint32_t index; /**< index of playlist for paths with multiple playlists */
|
uint32_t index; /**< index of playlist for paths with multiple playlists */
|
||||||
} M3UFILE;
|
} M3UFILE;
|
||||||
|
|
||||||
typedef struct tag_packed_m3ufile {
|
typedef struct db_playlist_info {
|
||||||
char *id;
|
char *id;
|
||||||
char *title;
|
char *title;
|
||||||
char *type;
|
char *type;
|
||||||
@ -143,7 +143,7 @@ typedef struct tag_packed_m3ufile {
|
|||||||
char *index;
|
char *index;
|
||||||
} PACKED_M3UFILE;
|
} PACKED_M3UFILE;
|
||||||
|
|
||||||
typedef struct tag_packed_mp3file {
|
typedef struct db_media_file_info {
|
||||||
char *id;
|
char *id;
|
||||||
char *path;
|
char *path;
|
||||||
char *fname;
|
char *fname;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user