summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyojung Jo <hj903.jo@samsung.com>2015-08-02 18:27:26 +0900
committerHyojung Jo <hj903.jo@samsung.com>2015-08-02 18:27:26 +0900
commit9d9a5669ea2ba2832b739ee00e807783438e9c31 (patch)
tree288c56b909fc5e65077d7643e4239f706b91f2f5
parente41bae412b9f68a90a31f4fbf997688a2f12c381 (diff)
downloadair_favorite-9d9a5669ea2ba2832b739ee00e807783438e9c31.tar.gz
air_favorite-9d9a5669ea2ba2832b739ee00e807783438e9c31.tar.bz2
air_favorite-9d9a5669ea2ba2832b739ee00e807783438e9c31.zip
Added the DATA_THUMBNAIL type for channel data
Change-Id: Ic9580e6d915f6a8e82b9e71caaca568762342523 Signed-off-by: Hyojung Jo <hj903.jo@samsung.com>
-rw-r--r--src/data/channel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/data/channel.c b/src/data/channel.c
index 7bacdf0..68fa929 100644
--- a/src/data/channel.c
+++ b/src/data/channel.c
@@ -129,6 +129,10 @@ static char *_get_data(void *data, enum data_type type)
case DATA_NAME:
return _get_channel_title(cdata);
+ case DATA_THUMBNAIL:
+ /* It will fixed after tv-service's implementation */
+ return NULL;
+
default:
_ERR("Invalid data type.");
return NULL;