Commit 007f2bdf authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

vlc_input_item: Add AlbumArtist getter/setter

parent a5b37333
...@@ -233,6 +233,7 @@ char *input_item_Get ## name (input_item_t *p_input) \ ...@@ -233,6 +233,7 @@ char *input_item_Get ## name (input_item_t *p_input) \
INPUT_META(Title) INPUT_META(Title)
INPUT_META(Artist) INPUT_META(Artist)
INPUT_META(AlbumArtist)
INPUT_META(Genre) INPUT_META(Genre)
INPUT_META(Copyright) INPUT_META(Copyright)
INPUT_META(Album) INPUT_META(Album)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment