Changeset 69

Show
Ignore:
Timestamp:
03/02/06 23:01:32 (3 years ago)
Author:
miya
Message:

commit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • itunes2playlog/trunk/itunes2playlog.pl

    r68 r69  
    6767        $entry->set($otolog, 'otolog:' . $key, $_->{$key}); 
    6868    } 
     69    print $_->{artist} . " - " . $_->{name} . "\n"; 
    6970    $api->createEntry('http://mss.playlog.jp/playlog', $entry); 
    7071}