From 127bbcd0c9aae3d5d16850ccdf431635bdca2734 Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Fri, 17 Mar 2017 16:30:38 +0900 Subject: [PATCH] Update album description Change-Id: Id197efbff51446c11951d764f0e013a833c2c5c3 Signed-off-by: Minje Ahn --- Tizen.Content.MediaContent/Tizen.Content.MediaContent/Album.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tizen.Content.MediaContent/Tizen.Content.MediaContent/Album.cs b/Tizen.Content.MediaContent/Tizen.Content.MediaContent/Album.cs index 49268cc..c48fead 100755 --- a/Tizen.Content.MediaContent/Tizen.Content.MediaContent/Album.cs +++ b/Tizen.Content.MediaContent/Tizen.Content.MediaContent/Album.cs @@ -47,6 +47,7 @@ namespace Tizen.Content.MediaContent /// /// The name of the media artist + /// If the media content has no album info, the property returns empty string. /// public string Artist { @@ -91,6 +92,7 @@ namespace Tizen.Content.MediaContent /// /// The name of the media album + /// If the media content has no album info, the property returns empty string. /// public string Name { -- 2.7.4