X-Git-Url: http://erislabs.net/gitweb/?p=id3fs.git;a=blobdiff_plain;f=lib%2FID3FS%2FPathElement%2FAlbum.pm;h=8eed935a21dcbf9f69d76d0e811993293307c8c9;hp=9826fd13e35b49adcfdcdc0ca9b582016588c418;hb=663546255b543715e86a8c578afa555c1803993f;hpb=573886d6fd0eb1cb1a9746c3276f98cc2a0f18e5 diff --git a/lib/ID3FS/PathElement/Album.pm b/lib/ID3FS/PathElement/Album.pm index 9826fd1..8eed935 100644 --- a/lib/ID3FS/PathElement/Album.pm +++ b/lib/ID3FS/PathElement/Album.pm @@ -18,5 +18,5 @@ sub new } sub type { return "album"; } - +sub id { return shift->{id}; } 1;