mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-28 08:05:56 -05:00
Rename struct tag_m3ufile into struct playlist_info
This commit is contained in:
parent
bc5a3db08a
commit
4a9d89c007
@ -121,7 +121,7 @@ typedef struct media_file_info {
|
|||||||
char *album_artist;
|
char *album_artist;
|
||||||
} MP3FILE;
|
} MP3FILE;
|
||||||
|
|
||||||
typedef struct tag_m3ufile {
|
typedef struct playlist_info {
|
||||||
uint32_t id; /**< integer id (miid) */
|
uint32_t id; /**< integer id (miid) */
|
||||||
char *title; /**< playlist name as displayed in iTunes (minm) */
|
char *title; /**< playlist name as displayed in iTunes (minm) */
|
||||||
uint32_t type; /**< see PL_ types */
|
uint32_t type; /**< see PL_ types */
|
||||||
|
Loading…
Reference in New Issue
Block a user