diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-01-04 13:17:07 -0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-01-11 14:28:12 +0000 |
commit | cf497d56f9c712cf5d7d32699d88de6504c209dc (patch) | |
tree | 7ec509c09f30856a5655a8009d2e90cc7d215229 /binding/afm-common.h | |
parent | e1d1561cd7061e5c2d72507e3ab367f94ed655d4 (diff) |
binding: mediaplayer: only get audio results
Since video playback doesn't work yet don't populate the
playlist with video media entries.
Bug-AGL: SPEC-1236
Change-Id: I3b161351d975442e512bdbf2215174be2301069d
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
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 { |