Added the DATA_THUMBNAIL type for channel data 28/45128/1
authorHyojung Jo <hj903.jo@samsung.com>
Sun, 2 Aug 2015 09:27:26 +0000 (18:27 +0900)
committerHyojung Jo <hj903.jo@samsung.com>
Sun, 2 Aug 2015 09:27:26 +0000 (18:27 +0900)
Change-Id: Ic9580e6d915f6a8e82b9e71caaca568762342523
Signed-off-by: Hyojung Jo <hj903.jo@samsung.com>
src/data/channel.c

index 7bacdf0..68fa929 100644 (file)
@@ -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;