rollback modified date 72/199472/1 accepted/tizen/unified/20190212.084106 submit/tizen/20190212.020313
authoryujie.cheng <yujie.cheng@samsung.com>
Tue, 12 Feb 2019 01:49:19 +0000 (09:49 +0800)
committeryujie.cheng <yujie.cheng@samsung.com>
Tue, 12 Feb 2019 01:49:19 +0000 (09:49 +0800)
Change-Id: Idf31c483f1f58c2321ae475a79163e825d59acc9

include_product/media_info_private.h

index 0517dba..daf045e 100755 (executable)
@@ -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 */