summaryrefslogtreecommitdiffstats
path: root/src/itdb.h
diff options
context:
space:
mode:
authorjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2006-09-23 12:28:23 +0000
committerjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2006-09-23 12:28:23 +0000
commit8a7eda03396799bdf2253f866e5f89c2a1e6a8bf (patch)
treed2cb8f10657561ae9e7d49ee13f202c5514a7c01 /src/itdb.h
parent8fe3d932f622020771df8ba14b8ae02b7c89e1c7 (diff)
downloadlibgpod-8a7eda03396799bdf2253f866e5f89c2a1e6a8bf.tar.gz
libgpod-8a7eda03396799bdf2253f866e5f89c2a1e6a8bf.tar.xz
libgpod-8a7eda03396799bdf2253f866e5f89c2a1e6a8bf.zip
* src/itdb.h: explain 'checked' field in Itdb_Track declaration
* src/itdb_playlist.c (itdb_spl_update): in SPLs with 'match checked tracks only" set, all unchecked tracks were matched. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1318 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb.h')
-rw-r--r--src/itdb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/itdb.h b/src/itdb.h
index b81dacf..d51fac0 100644
--- a/src/itdb.h
+++ b/src/itdb.h
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-09-22 00:04:45 jcs>
+/* Time-stamp: <2006-09-23 21:25:40 jcs>
|
| Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
| Part of the gtkpod project.
@@ -686,7 +686,7 @@ struct _Itdb_Track
guint8 compilation;
guint32 starttime;
guint32 stoptime;
- guint8 checked;
+ guint8 checked; /* 0x0: checkmark on track is set 0x1: not set */
guint64 dbid; /* unique database ID */
guint32 drm_userid; /* Apple Store/Audible User ID (for DRM'ed
files only, set to 0 otherwise). */