summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2009-01-01 18:50:20 +0000
committerChristophe Fergeau <teuf@gnome.org>2009-01-01 18:50:20 +0000
commit4e37607885ed70f1cafa130ef708ff7ca9d7dccd (patch)
tree031b276d5b49fdb4c36e7a62a8a013089c158ebd
parent68fe5fe84c564a13c1cda9a80f726d246663877e (diff)
downloadlibgpod-tmz-4e37607885ed70f1cafa130ef708ff7ca9d7dccd.tar.gz
libgpod-tmz-4e37607885ed70f1cafa130ef708ff7ca9d7dccd.tar.xz
libgpod-tmz-4e37607885ed70f1cafa130ef708ff7ca9d7dccd.zip
Add Itdb_Track::album_id to prevent future ABI breakage
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2186 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-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;