summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJehun Lim <jehun.lim@samsung.com>2015-10-07 18:39:22 +0900
committerJehun Lim <jehun.lim@samsung.com>2015-10-07 18:39:22 +0900
commitd536efa3201fd06a2085ecc380f2412c450851ef (patch)
tree3e801badaf104d2270cadde3d2ae262ac8016c5f /include
parentb3fe7f9facf2aee7803020f9c67e03605d6e8e43 (diff)
downloadair_mediahub-d536efa3201fd06a2085ecc380f2412c450851ef.tar.gz
air_mediahub-d536efa3201fd06a2085ecc380f2412c450851ef.tar.bz2
air_mediahub-d536efa3201fd06a2085ecc380f2412c450851ef.zip
detail: modify content info
Change-Id: I902ab2e874bc5ceb595d1b66fa855be0c59eaea3 Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/data/albumdata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/data/albumdata.h b/include/data/albumdata.h
index 6c39494..525e6d9 100644
--- a/include/data/albumdata.h
+++ b/include/data/albumdata.h
@@ -35,6 +35,7 @@ struct album_info {
char *name;
char *artist;
char *album_art;
+ int media_count;
};
struct data_ops *albumdata_get_ops(void);