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 --- ChangeLog | 2 ++ src/itdb.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0a47246..e659734 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,8 @@ these values along with the corresponding artist/album... fields if a particular sort order is required. + * src/itdb.h: corrected description for "BPM" (beats per minute) + 2007-06-14 Jorg Schuler * po/es.po: new version updated by Alejandro Lamas DaviƱa. 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