Subject: | track() method contains a type |
Using the track() method in Audio::M4P::QuickTime causes things to die a
little.
Line 761:
$self->SetMetainfo( 'TRKN', "$new_trkn of $tcount", 1, 0, 1 );
should be:
$self->SetMetaInfo( 'TRKN', "$new_trkn of $tcount", 1, 0, 1 );