diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-covers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-covers.c b/tests/test-covers.c index 7d22c85..36a87fa 100644 --- a/tests/test-covers.c +++ b/tests/test-covers.c @@ -80,10 +80,10 @@ save_thumbnails (Itdb_iTunesDB *db) Itdb_Track *song; song = (Itdb_Track *)it->data; - g_print ("Track %d (%016"G_GINT64_MODIFIER"x) %s-%s-%s\n", + g_print ("Track %d (%016"G_GINT64_MODIFIER"x) %s-%s-%s (%08x)\n", count++, song->dbid, song->artist, song->album, - song->title); + song->title, song->mhii_link); save_song_thumbnails (song); } } |