X-Git-Url: http://erislabs.net/gitweb/?p=id3fs.git;a=blobdiff_plain;f=lib%2FID3FS%2FPathElement%2FArtist.pm;h=55fde54fcd8394e7cdca83834a27ed0758ff4e57;hp=a0bc50baf7f0f7decdde04d3c5ef36dd3d00f7d8;hb=663546255b543715e86a8c578afa555c1803993f;hpb=573886d6fd0eb1cb1a9746c3276f98cc2a0f18e5 diff --git a/lib/ID3FS/PathElement/Artist.pm b/lib/ID3FS/PathElement/Artist.pm index a0bc50b..55fde54 100644 --- a/lib/ID3FS/PathElement/Artist.pm +++ b/lib/ID3FS/PathElement/Artist.pm @@ -18,5 +18,6 @@ sub new } sub type { return "artist"; } +sub id { return shift->{id}; } 1;