summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoohye Shin <soohye.shin@samsung.com>2015-12-15 17:27:16 +0900
committerSoohye Shin <soohye.shin@samsung.com>2015-12-15 17:27:16 +0900
commit4b4392017f9832b5060ec3d52d4fa8a9eaa46bf2 (patch)
tree017be1c49c55bbf8a0420a2100c892aa9fd0df8d
parent47c4703c1226e5492c39bd38a1945bf2f0f4264e (diff)
downloadair_home-4b4392017f9832b5060ec3d52d4fa8a9eaa46bf2.tar.gz
air_home-4b4392017f9832b5060ec3d52d4fa8a9eaa46bf2.tar.bz2
air_home-4b4392017f9832b5060ec3d52d4fa8a9eaa46bf2.zip
do not packing the photo data when thumbnail does not existsubmit/tizen/20151217.024340accepted/tizen/tv/20151217.093050
Change-Id: Ie853e5bcdeaf9f560a6833ef447f0bdad490614c Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
-rw-r--r--src/data/data_photo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/data_photo.c b/src/data/data_photo.c
index a1a8049..1e577d9 100644
--- a/src/data/data_photo.c
+++ b/src/data/data_photo.c
@@ -50,7 +50,7 @@ static bool _get_media(media_info_h m, void *data)
if (r != MEDIA_CONTENT_ERROR_NONE || !thumb) {
_ERR("failed to get thumb");
free(mediaid);
- return false;
+ return true;
}
favorite = false;