fix media item order issue in TV product 63/198063/1 accepted/tizen/unified/20190128.061253 submit/tizen/20190118.053404
authoryujie.cheng <yujie.cheng@samsung.com>
Fri, 18 Jan 2019 07:05:18 +0000 (15:05 +0800)
committeryujie.cheng <yujie.cheng@samsung.com>
Fri, 18 Jan 2019 07:05:18 +0000 (15:05 +0800)
Change-Id: Ic21c4c4b989b253e59d344d4b0907b1337501402

include_product/media_info_private.h

index 724353f..a122a62 100755 (executable)
@@ -129,7 +129,6 @@ 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,
@@ -695,10 +694,10 @@ typedef struct _media_content_scan_cb_data_v2 {
 /* Get Media list of Group */
 #ifdef _USE_SENIOR_MODE
 #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, played_count, last_played_time, last_played_position, samplerate, channel, timeline, sync_status, storage_uuid, is_360, stitched_info, extract_flag, modified_date, contact, app_data"
+                                                       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, 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, played_count, last_played_time, last_played_position, samplerate, channel, timeline, sync_status, storage_uuid, is_360, stitched_info, extract_flag, modified_date"
+                                                       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, modified_date"
 #endif
 
 /* Playlist Info */