diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-01-16 10:23:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-01-16 10:23:57 +0000 |
commit | c290122b3738bef82bca33cee71344903a740a77 (patch) | |
tree | 810d31f9cb055ef189ea223760a4317681b250cc /binding/afm-common.h | |
parent | d76a25b3be19d78cdb0d3204c486ac2d1706cac9 (diff) | |
parent | cf497d56f9c712cf5d7d32699d88de6504c209dc (diff) |
Merge "binding: mediaplayer: only get audio results"
Diffstat (limited to 'binding/afm-common.h')
-rw-r--r-- | binding/afm-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binding/afm-common.h b/binding/afm-common.h index 302dd26..34258da 100644 --- a/binding/afm-common.h +++ b/binding/afm-common.h @@ -35,6 +35,7 @@ struct playlist_item { gchar *genre; gint64 duration; gchar *media_path; + gchar *media_type; }; enum { |