From 7a9c00bfcaea72f688a80f76fee687e37805f9f9 Mon Sep 17 00:00:00 2001 From: "yujie.cheng" Date: Fri, 18 Jan 2019 15:05:18 +0800 Subject: [PATCH] fix media item order issue in TV product Change-Id: Ic21c4c4b989b253e59d344d4b0907b1337501402 --- include_product/media_info_private.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include_product/media_info_private.h b/include_product/media_info_private.h index 724353f..a122a62 100755 --- a/include_product/media_info_private.h +++ b/include_product/media_info_private.h @@ -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 */ -- 2.7.4