Changeset 28 in flacrip for trunk/lib/Ripper.pm


Ignore:
Timestamp:
11/03/14 23:15:34 (9 years ago)
Author:
peter
Message:

made discid an attribute of the Tracks class, instead of a method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Ripper.pm

    r26 r28  
    4242 
    4343    # MusicBrainz discid metadata 
    44     my $discid = $self->tracks->get_musicbrainz_discid; 
     44    my $discid = $self->tracks->discid; 
    4545 
    4646    # copy to permanent location 
Note: See TracChangeset for help on using the changeset viewer.