summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/eleven/model/Album.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/cyanogenmod/eleven/model/Album.java')
-rw-r--r--src/com/cyanogenmod/eleven/model/Album.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/com/cyanogenmod/eleven/model/Album.java b/src/com/cyanogenmod/eleven/model/Album.java
index b84cb76..f987a6f 100644
--- a/src/com/cyanogenmod/eleven/model/Album.java
+++ b/src/com/cyanogenmod/eleven/model/Album.java
@@ -48,6 +48,12 @@ public class Album {
public String mYear;
/**
+ * Bucket label for the name - may not necessarily be the name - for example albums sorted by
+ * artists would be the artist bucket label and not the album name bucket label
+ */
+ public String mBucketLabel;
+
+ /**
* Constructor of <code>Album</code>
*
* @param albumId The Id of the album