Fixed the length of bundle_key to 3-digit 65/257665/2 accepted/tizen/unified/20210430.052702 submit/tizen/20210429.234105
authorjiyong.min <jiyong.min@samsung.com>
Thu, 29 Apr 2021 06:25:27 +0000 (15:25 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Thu, 29 Apr 2021 07:14:22 +0000 (16:14 +0900)
commit9cdfaacd0243059e8411984f55202048624bf0c3
tree64d87e9e1cf3645de466037a2945f7a0bc6c7f94
parentbb80532e31d06fe34b40b6842a3cda1a6ce02ae5
Fixed the length of bundle_key to 3-digit

[Problem]
 Playlist is sorted to 1 - 10 - 11 - ... - 2 - 3(character sorting),
 but wanted to be sorted like 1 - 2 - 3 - ... - 10 - 11.
[Cause]
 The bundle_key is character, the length of bundle_key doesn't affects sorting.
[Solution]
 Fixed the length of bundle_key to 3-digit(3-character).

Change-Id: I16b3b59f213f368c9f8203b15acd44b6d370b2c1
src/media_controller_playlist.c