From: Minje Ahn Date: Thu, 4 Apr 2024 05:17:22 +0000 (+0900) Subject: Fix TC fail X-Git-Tag: accepted/tizen/unified/20240404.164457^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=001b49d3959a5e434a799329e9e4e8be118c72fd;p=platform%2Fcore%2Fapi%2Fmedia-content.git Fix TC fail playlist_view use 'MEDIA_INFO_ITEM_MAX' for pm_id field. So the number of fields must match even if they are not used in the media content. Change-Id: I58bc605f119f94ec874ccad78e45d0fabdc9aaa5 Signed-off-by: Minje Ahn --- diff --git a/include_product/media_info_private.h b/include_product/media_info_private.h index 12b5f0f..4a4ce6a 100644 --- a/include_product/media_info_private.h +++ b/include_product/media_info_private.h @@ -124,6 +124,7 @@ typedef enum { MEDIA_INFO_LAST_PLAYED_POSITION, MEDIA_INFO_STITCHED_INFO, MEDIA_INFO_EXTRACT_FLAG, + MEDIA_INFO_MODIFIED_DATE, /** Playlist pm_id issue. (Use MAX)*/ MEDIA_INFO_ITEM_MAX, } media_info_item_e; diff --git a/packaging/capi-content-media-content.spec b/packaging/capi-content-media-content.spec index 327ede4..fd762cd 100644 --- a/packaging/capi-content-media-content.spec +++ b/packaging/capi-content-media-content.spec @@ -1,6 +1,6 @@ Name: capi-content-media-content Summary: A Media content library in Tizen Native API -Version: 0.4.29 +Version: 0.4.30 Release: 0 Group: Multimedia/API License: Apache-2.0