[ACR-441] block extract all thumbnail 89/50789/1 accepted/tizen/mobile/20151102.112505 accepted/tizen/tv/20151102.112531 accepted/tizen/wearable/20151102.112553 submit/tizen/20151102.082924
authorMinje Ahn <minje.ahn@samsung.com>
Mon, 2 Nov 2015 08:12:54 +0000 (17:12 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Mon, 2 Nov 2015 08:12:54 +0000 (17:12 +0900)
Change-Id: I17437483f03d900c04a753f6501ab4cbc6c72c44
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
plugin/media-content-plugin.c

index c7cc2ae..b9912b9 100755 (executable)
@@ -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;
 }