diff options
author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2007-06-17 15:27:05 +0000 |
---|---|---|
committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2007-06-17 15:27:05 +0000 |
commit | 76a40d41271b72e7248327f9398913ccfe274c7f (patch) | |
tree | 8f5e420c2057111bea2b820d7a41593a1502ecc5 | |
parent | 7805f17f3460425b590b68bf7770b6a45a111f1c (diff) | |
download | libgpod-76a40d41271b72e7248327f9398913ccfe274c7f.tar.gz libgpod-76a40d41271b72e7248327f9398913ccfe274c7f.tar.xz libgpod-76a40d41271b72e7248327f9398913ccfe274c7f.zip |
* 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
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | src/itdb.h | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 <jcsjcs at users.sourceforge.net> * po/es.po: new version updated by Alejandro Lamas DaviƱa. @@ -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 |