Modified update_one_extract_item() function to update DB directly.
So there is no need to call query_do_update_list() for update.
This patch only affects media-scanner-v2.
Change-Id: I1bacc8ad90eb97bd32fd95fe2b1ab127c3a65670
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
return MS_MEDIA_ERR_NONE;
}
-int query_do_update_list(sqlite3 *handle)
-{
- /* For scanner V2 */
- return MS_MEDIA_ERR_NONE;
-}
-
int delete_all_invalid_items_in_folder(sqlite3 *handle, const char *storage_id, const char *path, bool is_recursive, uid_t uid)
{
/* For scanner V2 */