summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Wood <phillip.wood@dunelm.org.uk>2012-07-08 11:13:16 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2013-04-10 15:23:06 +0200
commit055cb3b3909c014ebc16d8490f8f57ac5908ef55 (patch)
tree9a72bd76577a4060b2b8aaea4210538baa7b99dd
parentde9833be04be605bcd1e65f4072c6fbababe6f4a (diff)
Add disc count to AlbumDetails.
Helps to tell multiple releases apart where one is a normal release and the other is a special release with a bonus disc. https://bugzilla.gnome.org/show_bug.cgi?id=674926
-rw-r--r--libjuicer/sj-structures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libjuicer/sj-structures.h b/libjuicer/sj-structures.h
index a611521..e2553f9 100644
--- a/libjuicer/sj-structures.h
+++ b/libjuicer/sj-structures.h
@@ -63,6 +63,7 @@ struct _AlbumDetails {
char *genre;
int number; /* number of tracks in the album */
int disc_number;
+ int disc_count; /* number of discs in the album */
GList* tracks;
GDate *release_date; /* MusicBrainz support multiple releases per album */
char* album_id;