From: chengyj1985 Date: Thu, 23 Dec 2021 02:00:05 +0000 (+0800) Subject: add storage type in media_content_db_update_item_type_e X-Git-Tag: accepted/tizen/unified/20211228.140411^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fapi%2Fmedia-content.git;a=commitdiff_plain;h=0b2ca6b8dc3ac4d6acb5aafaf819a605a3db2eb0 add storage type in media_content_db_update_item_type_e Change-Id: I5d4c45d161ac07ae3fdea47f8a11c8c08e46fa0c --- diff --git a/include_product/media_content_type.h b/include_product/media_content_type.h index 422ae84..22fa3fd 100755 --- a/include_product/media_content_type.h +++ b/include_product/media_content_type.h @@ -79,6 +79,7 @@ typedef enum { typedef enum { MEDIA_ITEM_FILE = 0, /**< File type, an item updated to DB */ MEDIA_ITEM_DIRECTORY = 1, /**< Directory type, an item updated to DB */ + MEDIA_ITEM_STORAGE = 2, /**< Storage type, an item updated to DB */ } media_content_db_update_item_type_e; /**