summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinje Ahn <minje.ahn@samsung.com>2015-11-02 17:12:54 +0900
committerMinje Ahn <minje.ahn@samsung.com>2015-11-02 17:12:54 +0900
commit6f919c7348756a75544ed537fb6d01d1ef8f77e6 (patch)
treef35533fbfb8afc9166790fec8e747934f75de4af
parent148183900560e1a60d47ab78d873cfe885560434 (diff)
downloadlibmedia-service-6f919c7348756a75544ed537fb6d01d1ef8f77e6.tar.gz
libmedia-service-6f919c7348756a75544ed537fb6d01d1ef8f77e6.tar.bz2
libmedia-service-6f919c7348756a75544ed537fb6d01d1ef8f77e6.zip
Change-Id: I17437483f03d900c04a753f6501ab4cbc6c72c44 Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
-rwxr-xr-xplugin/media-content-plugin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/media-content-plugin.c b/plugin/media-content-plugin.c
index c7cc2ae..b9912b9 100755
--- a/plugin/media-content-plugin.c
+++ b/plugin/media-content-plugin.c
@@ -488,13 +488,14 @@ int update_begin(void)
int update_end(const char *start_path, uid_t uid)
{
+#if 0
int ret = MEDIA_SVC_PLUGIN_ERROR_NONE;
ret = thumbnail_request_extract_all_thumbs(uid);
if (ret < 0) {
return MEDIA_SVC_PLUGIN_ERROR;
}
-
+#endif
return MEDIA_SVC_PLUGIN_ERROR_NONE;
}