add storage type in media_content_db_update_item_type_e
[platform/core/api/media-content.git] / include_product / media_content_type.h
index 422ae84..22fa3fd 100755 (executable)
@@ -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;
 
 /**