[libdmapsharing] Add media kind for podcast and TV show (I think I have them right) Signed-off-by: W. Michael Petullo
- From: W. Michael Petullo <wmpetullo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdmapsharing] Add media kind for podcast and TV show (I think I have them right) Signed-off-by: W. Michael Petullo
- Date: Thu, 19 May 2011 01:40:38 +0000 (UTC)
commit 68369d89086a3aec7f4befcc0e91c397dfd4e073
Author: W. Michael Petullo <mike flyn org>
Date: Wed May 18 20:40:10 2011 -0500
Add media kind for podcast and TV show (I think I have them right)
Signed-off-by: W. Michael Petullo <mike flyn org>
libdmapsharing/dmap-record.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/libdmapsharing/dmap-record.h b/libdmapsharing/dmap-record.h
index 4832d43..21ab093 100644
--- a/libdmapsharing/dmap-record.h
+++ b/libdmapsharing/dmap-record.h
@@ -74,7 +74,9 @@ typedef unsigned long long bitwise;
typedef enum
{
DMAP_MEDIA_KIND_MUSIC = 1,
- DMAP_MEDIA_KIND_MOVIE = 2
+ DMAP_MEDIA_KIND_MOVIE = 2,
+ DMAP_MEDIA_KIND_PODCAST = 32,
+ DMAP_MEDIA_KIND_TV_SHOW = 64
} DMAPMediaKind;
GType dmap_record_get_type (void);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]