summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/itdb.h1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c088614..2610e31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-01 Christophe Fergeau <teuf@gnome.org>
+
+ * src/itdb.h: add album_id field to Itdb_Track. It's unused yet but
+ will be used later and adding it now will avoid ABI breakage later
+ ;)
+
2008-12-29 Christophe Fergeau <teuf@gnome.org>
* src/itdb_device.c: add serial number for silver and pink
diff --git a/src/itdb.h b/src/itdb.h
index 925c552..c72e361 100644
--- a/src/itdb.h
+++ b/src/itdb.h
@@ -1608,6 +1608,7 @@ struct _Itdb_Track
guint32 unk252;
guint16 gapless_track_flag;
guint16 gapless_album_flag;
+ guint16 album_id;
/* This is for Cover Art support */
struct _Itdb_Artwork *artwork;