diff --git a/src/ff-dbstruct.h b/src/ff-dbstruct.h index f1e00265..8aa49932 100644 --- a/src/ff-dbstruct.h +++ b/src/ff-dbstruct.h @@ -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 */