Update change log and spec for wrt-plugins-tizen_0.4.38
[framework/web/wrt-plugins-tizen.git] / src / Content / ContentManager.cpp
index 6c1ca0a..1dcf289 100755 (executable)
@@ -727,7 +727,7 @@ void MediacontentManager::OnRequestReceived(const IEventFindFolderPtr &eFolder)
     //set filter
     if ( MEDIA_CONTENT_ERROR_NONE == media_filter_create(&filter))
     {
-        string condition="FOLDER_STORAGE_TYPE = 0 OR FOLDER_STORAGE_TYPE = 1";
+        string condition="(FOLDER_STORAGE_TYPE = 0 OR FOLDER_STORAGE_TYPE = 1)";
         LoggerI("condition:" + condition);
         media_filter_set_condition(filter, condition.c_str(), MEDIA_CONTENT_COLLATE_DEFAULT ); //set condition
         if ( MEDIA_CONTENT_ERROR_NONE !=