From 42927c4ff7a18a45067210c957251e636dbe77f6 Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Thu, 30 Jul 2020 08:09:07 +0900 Subject: [PATCH] Merge get_extract_list() and update_one_extract_item() This patch only affects media-scanner-v2. Change-Id: I1df8babba20335f2982ab7e5f9512a0051ab0483 Signed-off-by: Minje Ahn --- plugin/media-content-plugin.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/plugin/media-content-plugin.c b/plugin/media-content-plugin.c index ddbeccf..8547ea8 100755 --- a/plugin/media-content-plugin.c +++ b/plugin/media-content-plugin.c @@ -132,13 +132,7 @@ int insert_item_scan(sqlite3 *handle, const char *storage_id, const char *file_p return MS_MEDIA_ERR_NONE; } -int get_extract_list(sqlite3 *handle, const char *storage_id, int storage_type, int scan_type, const char *path, int is_end, uid_t uid, void *array) -{ - /* For scanner V2 */ - return MS_MEDIA_ERR_NONE; -} - -int update_one_extract_item(sqlite3 *handle, const char *storage_id, int storage_type, void *data) +int get_and_extract_media(sqlite3 *handle, const char *storage_id, int scan_type, const char *path) { /* For scanner V2 */ return MS_MEDIA_ERR_NONE; -- 2.7.4