From 76dc05ca93101d1b38e12f20ee1eaec5e96dd174 Mon Sep 17 00:00:00 2001 From: "yujie.cheng" Date: Tue, 12 Feb 2019 09:49:19 +0800 Subject: [PATCH] rollback modified date Change-Id: Idf31c483f1f58c2321ae475a79163e825d59acc9 --- include_product/media_info_private.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include_product/media_info_private.h b/include_product/media_info_private.h index 0517dba..daf045e 100755 --- a/include_product/media_info_private.h +++ b/include_product/media_info_private.h @@ -129,6 +129,7 @@ typedef enum { MEDIA_INFO_LAST_PLAYED_POSITION, MEDIA_INFO_STITCHED_INFO, MEDIA_INFO_EXTRACT_FLAG, + MEDIA_INFO_MODIFIED_MONTH, #ifdef _USE_SENIOR_MODE MEDIA_INFO_CONTACT, MEDIA_INFO_APP_DATA, @@ -697,14 +698,14 @@ typedef struct _media_content_scan_cb_data_v2 { rating, favourite, is_drm, storage_type, longitude, latitude, altitude, exposure_time, fnumber, iso, \ model, width, height, datetaken, orientation, title, album, artist, album_artist, genre, \ composer, year, recorded_date, copyright, track_num, bitrate, bitpersample, duration, samplerate, channel, \ - timeline, sync_status, storage_uuid, is_360, played_count, last_played_time, last_played_position, stitched_info, extract_flag, contact, \ + timeline, sync_status, storage_uuid, is_360, played_count, last_played_time, last_played_position, stitched_info, extract_flag, modified_date, contact, \ app_data" #else #define MEDIA_INFO_ITEM "media_uuid, path, file_name, media_type, mime_type, size, added_time, modified_time, thumbnail_path, description, \ rating, favourite, is_drm, storage_type, longitude, latitude, altitude, exposure_time, fnumber, iso, \ model, width, height, datetaken, orientation, title, album, artist, album_artist, genre, \ composer, year, recorded_date, copyright, track_num, bitrate, bitpersample, duration, samplerate, channel, \ - timeline, sync_status, storage_uuid, is_360, played_count, last_played_time, last_played_position, stitched_info, extract_flag" + timeline, sync_status, storage_uuid, is_360, played_count, last_played_time, last_played_position, stitched_info, extract_flag, modified_date" #endif /* Playlist Info */ -- 2.7.4