From 76a40d41271b72e7248327f9398913ccfe274c7f Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Sun, 17 Jun 2007 15:27:05 +0000 Subject: * src/itdb.h: corrected description for "BPM" (beats per minute) git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1552 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- src/itdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/itdb.h b/src/itdb.h index a8430a5..830ee59 100644 --- a/src/itdb.h +++ b/src/itdb.h @@ -771,7 +771,7 @@ struct _Itdb_Track playcount. */ guint32 recent_playcount; /* times track was played since last sync */ gboolean transferred; /* has file been transferred to iPod? */ - gint16 BPM; /* supposed to vary the playback speed */ + gint16 BPM; /* BPM (beats per minute) of this track */ guint8 app_rating; /* star rating set by appl. (not * iPod). If the rating set on the iPod and the rating field above differ, the -- cgit