Fix TC fail 35/309035/1 accepted/tizen/unified/20240404.164457 accepted/tizen/unified/x/20240408.053810
authorMinje Ahn <minje.ahn@samsung.com>
Thu, 4 Apr 2024 05:17:22 +0000 (14:17 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Thu, 4 Apr 2024 05:17:22 +0000 (14:17 +0900)
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 <minje.ahn@samsung.com>
include_product/media_info_private.h
packaging/capi-content-media-content.spec

index 12b5f0f..4a4ce6a 100644 (file)
@@ -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;
 
index 327ede4..fd762cd 100644 (file)
@@ -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