mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25: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;
|
||||
} MP3FILE;
|
||||
|
||||
typedef struct tag_m3ufile {
|
||||
typedef struct playlist_info {
|
||||
uint32_t id; /**< integer id (miid) */
|
||||
char *title; /**< playlist name as displayed in iTunes (minm) */
|
||||
uint32_t type; /**< see PL_ types */
|
||||
|
Loading…
Reference in New Issue
Block a user